/***************************************************
Customized predefined html tags
****************************************************/

body {
	background-image:url(../images/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color: #AABFAA;
	margin-top: 0;
	margin-bottom: 0;
}

TABLE, INPUT, SELECT, TEXTAREA {
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #333333;
	line-height: 16px;
	border-collapse:collapse;
	border-spacing: 0;
}

UL {
	margin: 0px 15px;
	list-style-image: url(../images/bullet.gif);
}

P {
	margin: 0px 0px;
}

TEXTAREA {
	line-height: 12px;
	height: 84px;	
}
  
/***************************************************
customized sitewide link tags
****************************************************/
a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;

}

a.linkFooter:link {
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	color: #3A5CA9;

}

a.linkFooter:visited {
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	color: #3A5CA9;
}

a.linkFooter:hover {
	font-size: 9px;
	color: #3A5CA9;
	font-weight: normal;
	text-decoration: underline;

}







a.linkSubNav:link {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

a.linkSubNav:visited {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

a.linkSubNav:hover {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}



/***************************************************
customized sitewide link tags
****************************************************/

.FooterText {
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	color: #3A5CA9;
}


.SmallText {
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 14px;
}


.BoldBlueText {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #3A5CA9;
	line-height: 14px;
	text-transform: uppercase;
}




.clientinputs {
	font-size: 10px;
	margin: 0px;
	height: 18px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #B5CCE3;
	color: #666666;
}

.mediaTable {
	border-width: 1px;
	border-style: solid;
	border-color: #DFE3E7;
	background-color: #F0F0F0;

}




.left {
	background-image:url(../images/left_bg.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.BoldBlueTextsmall {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #3A5CA9;
	line-height: 14px;
	text-transform: none;
}
