/* CSS Document */
body {	
	margin:0px;
}
.heading
{
	font-family:tahoma;
	color:#003366;
	font-size: 14px;
	line-height:14px;
	font-weight: bold;
	
	}
.heading-lgwht
{
	font-family:tahoma;
	color:#ffffff;
	font-size: 18px;
	line-height:20px;
	font-weight: bold;
}
.heading-lg
{
	font-family:tahoma;
	color:#003366;
	font-size: 18px;
	line-height:20px;
	font-weight: bold;
}
.sub-heading1
{
	font-family:tahoma;
	color:#003366;
	font-size:12px;
	line-height:12px;
}

.sub-heading1-bold
{
	font-family:tahoma;
	color:#003366;
	font-size:11px;
	line-height:11px;
	font-weight:800;
}
.caption
{
	font-family:tahoma;
	color:#666666;
	font-size: 13px;
	font-weight: bold;
}

.caption-blk-sml
{
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}
.caption-black
{
	font-family:tahoma;
	color:#000000;
	font-size: 13px;
	font-weight: bold;
	
}
.caption-black-lg
{
	font-family:tahoma;
	color:#000000;
	font-size: 14px;
	font-weight: bold;
}

.caption2
{
	font-family:tahoma;
	color:#666666;
	font-size: 11px;
	font-weight: bold;
}

.caption2-wht
{
	font-family:tahoma;
	color:#ffffff;
	font-size: 11px;
	font-weight: bold;

}

.caption2-whtbig
{
	font-family:tahoma;
	color:#ffffff;
	font-size: 13px;
	font-weight: bold;
	
}

.caption-wht14
{
	font-family:tahoma;
	color:#ffffff;
	font-size: 14px;
	font-weight: bold;
}

.content-wht {
	font-family:tahoma;
	font-size: 11px;
	color:#ffffff;
	font-weight:normal;
	text-indent:0px;
}

.content {
	font-family:tahoma;
	font-size:12px;
	line-height:25px;
	color:#404040;
	text-indent:0px;
}
.content-sml {
	font-family:tahoma;
	font-size:11px;
	line-height:16px;
	color:#404040;
	font-weight:normal;
	text-indent:0px;
	
}
.content-sml-blk {
	font-family:tahoma;
	font-size:11px;
	line-height:16px;
	color:#000000;
	font-weight:normal;
	text-indent:0px;
}
.content-right {
	text-align:right;
	font-family:tahoma;
	font-size: 12px;
	line-height:25px;
	color:#404040;
}
.content-title {
	font-family:tahoma;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	color:#003366;
	text-indent:0px;
	
}
.content-indented {
	font-family:tahoma;
	font-size: 12px;
	line-height:25px;
	color:#404040;
	text-indent:25px;
	
}
.list-indented-nobullet {
	margin-left:25px;
	font-family:tahoma;
	font-size:12px;
	line-height:25px;
	color:#404040;
	
}
.list-indented-bullet {
	list-style:disc outside;
	font-family:tahoma;
	font-size:12px;
	line-height:25px;
	color:#404040;

}

.button
{
	font-family:tahoma;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;

}
.box {
	border:#273A52 thin solid;
	
}
.box-blueborder {
	font:tahoma 10px;
	border-top:#273A52 thin solid;
}

/*LINKS*/

a:link {
	font-family:tahoma;
	color:#003366;
	font-size:11px;
	font-weight:800;
	text-decoration:none;
}

a:visited {
  color: #003366;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a:active {
	color: #003366;

}

a.lftmenu {
	font-family:verdana;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	text-decoration:none;
}

a.lftmenu:hover {
	font-family:verdana;
	color:#FF0000;
	font-size:14px;
	font-weight:700;
	text-decoration:underline;
}

a.lftmenu:visited {
	font-family:verdana;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	text-decoration:none;
}
