/* CSS Document */


.body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 70%;
	font-weight: normal;
	color: #000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #DF1B4B;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #1D2F5D;
	text-decoration: none;
}
.standardtext {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 70%;
	font-weight: normal;
	line-height: 10pt;
	color: #000;
}
.standardtext_grey{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 70%;
	font-weight: normal;
	line-height: 10pt;
	color: #9A959C;
}
.standardheader_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #DF1B4B;
	text-decoration: none;
}
.largeheader_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #DF1B4B;
	text-decoration: none;
}
.standardtextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.standardtextbold_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #1D2F5D;
	text-decoration: none;
}
.standardtextitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-style: italic;
}

.backgroundwhite {
	background-color: #FFFFFF;
}
a:link { font-family:  Arial, Helvetica, sans-serif; color: #1D2F5D; text-decoration: none; font-weight: bold; font-size: 70%}
a:visited { font-family:  Arial, Helvetica, sans-serif; color: #1D2F5D; text-decoration: none; font-weight: bold; font-size: 70%}
a:hover { font-family:  Arial, Helvetica, sans-serif; color: #DF1B4B; text-decoration: underline; font-weight: bold; font-size: 70%}
a:active { font-family:  Arial, Helvetica, sans-serif; color: #1D2F5D; text-decoration: underline; font-weight: bold; font-size: 70%}


.boxcontent{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #1D2F5D;
}
.boxarea{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #DDE0E7;
}

.standardsmall {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 60%;
	font-weight: normal;
	color: #000;
}
.standardsmallbold {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 60%;
	font-weight: bold;
	color: #001D42;
}
.standardtextlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
.listbullet1{
	list-style-position: outside;
	list-style-image: url(images/grey_bullet.gif);

}
.listbullet2{
	list-style-position: outside;
	list-style-image: url(images/yellow_bullet.gif);
}
.listbullet3{
	list-style-position: outside;
	list-style-image: url(images/blue_bullet.gif);