/* CSS Document */


.body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 70%;
	font-weight: normal;
	color: #2C2A37;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #5F80AE;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #2C2A37;
	text-decoration: none;
}
.standardtext {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 70%;
	font-weight: normal;
	color: #2C2A37;
}
.standardtext_blue{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 70%;
	font-weight: normal;
	color: #5F80AE;
}
.standardtextbold_grey{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 70%;
	font-weight: bold;
	color: #5D7B98;
}
.standardtextbold_yellow{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 70%;
	font-weight: bold;
	color: #FFCC33;
}
.largetextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #2C2A37;
	text-decoration: none;
}
.standardtextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #2C2A37;
	text-decoration: none;
}
.standardtextitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #2C2A37;
	text-decoration: none;
	font-style: italic;
}

.backgroundwhite {
	background-color: #FFFFFF;
}
a:link { font-family:  Arial, Helvetica, sans-serif; color: #5D7B98; text-decoration: none; font-weight: normal; font-size: 70%}
a:visited { font-family:  Arial, Helvetica, sans-serif; color: #5D7B98; text-decoration: none; font-weight: normal; font-size: 70%}
a:hover { font-family:  Arial, Helvetica, sans-serif; color: #F8B107; text-decoration: underline; font-weight: normal; font-size: 70%}
a:active { font-family:  Arial, Helvetica, sans-serif; color: #5D7B98; text-decoration: underline; font-weight: normal; font-size: 70%}

.boxcontent{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #B0C1D1;
    background-color: #FFFFFF;
}
.boxarea{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #B0C1D1;
}
.standardsmall {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 60%;
	font-weight: normal;
	color: #2C2A37;
}
.standardsmallbold {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 60%;
	font-weight: bold;
	color: #2C2A37;
}
.standardtextlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal; 
	font-weight: bold;
	color: #2C2A37;
}
.listbullet1{
	list-style-position: outside;
	list-style-image:  url(images/grey_bullet.gif);

}
.listbullet2{
	list-style-position: outside;
	list-style-image:  url(images/blue_bullet.gif);
}
.listbullet3{
	list-style-position: outside;
	list-style-image:  url(images/yellow_bullet.gif);

