/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	line-height: 12pt;
	color: #4E4E4E;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #AA2C20;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #00507D;
	text-decoration: none;
}
.standardtext {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%;
	font-weight: normal;
	line-height: 10pt;
	color: #4E4E4E;
}
.standardtextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #4E4E4E;
	text-decoration: none;
}
.standardtextbold_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #00507D;
	text-decoration: none;
}
.standardtextbold_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #AA2C20;
	text-decoration: none;
}
.standardtextitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #4E4E4E;
	text-decoration: none;
	font-style: italic;
}

.backgroundwhite {
	background-color: #FFFFFF;
}
a:link { font-family:  Arial, Helvetica, sans-serif; color: #00507D; text-decoration: none; }
a:visited { font-family:  Arial, Helvetica, sans-serif; color: #00507D; text-decoration: none; }
a:hover { font-family:  Arial, Helvetica, sans-serif; color: #AA2C20; text-decoration: underline; background-color: #FFFFFF;}
a:active { font-family:  Arial, Helvetica, sans-serif; color: #00507D; text-decoration: underline; }

.boxcontent{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #ECEDEF;
}

.standardsmall {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 90%;
	font-weight: normal;
	color: #4E4E4E;
}
.standardsmallbold {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 90%;
	font-weight: bold;
	color: #4E4E4E;
}
.standardtextlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	color: #4E4E4E;
}

