﻿body 
{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	border-left: 1;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.linkWhite
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.linkBlack
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.heading
{
	color: white;
	font-weight: bold;
	font-size: 16px;
}
.subHeading
{
	color: #1b4373;
	font-size: 14px;
}	
.intro
{
	color: #969696;
	font-size: 12px
}
.paraHeading
{
	color:Black;
	font-size: 14px;
	font-weight: bold;
}
.smlHeading
{
	color: #1b4373;
	font-size: 12px;
	font-weight: bold
}
.border
{
	border-color: #CCCCCC;
	border-bottom: solid;
	border-left: solid;
	border-right: solid;
	border-top: solid;
}

