/* CSS Document */

.body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 70%;
	font-weight: normal;
	color: #091846;
}
.bodyblack {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 70%;
	font-weight: normal;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #FADA89;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.standardtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 15pt;

}.standardtextblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 15pt;

}
.standardtextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.standardtextitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.standardheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.backgroundwhite {
	background-color: #FFFFFF;
}
a:link { font-family: Arial, Helvetica, sans-serif; color: #E23054; text-decoration: none; font-weight: bold; font-size: 75%}
a:visited { font-family: Arial, Helvetica, sans-serif; color: #E23054; text-decoration: none; font-weight: bold; font-size: 75%}
a:hover { font-family: Arial, Helvetica, sans-serif; color: #6D7BAB; text-decoration: underline; font-weight: bold; font-size: 75%}
a:active { font-family: Arial, Helvetica, sans-serif; color: #E23054; text-decoration: underline; font-weight: bold; font-size: 75%}

.mirror:link { font-family: Arial, Helvetica, sans-serif; color: #E9EDF7; text-decoration: none; font-weight: bold; font-size: 75%}
.mirror:visited { font-family: Arial, Helvetica, sans-serif; color: #CCCCCC; text-decoration: none; font-weight: bold; font-size: 75%}
.mirror:hover { font-family: Arial, Helvetica, sans-serif; color: #E23054; text-decoration: underline; font-weight: bold; font-size: 75%}
.mirror:active { font-family: Arial, Helvetica, sans-serif; color: #E9EDF7; text-decoration: underline; font-weight: bold; font-size: 75%}

.listbullet{
	list-style-position: outside;
	list-style-image: url(images/icons.gif);
}

.box{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #36414E;
	background-color: #091846;
}
.boxwhite{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #36414E;
	background-color: #FFFFFF;
}	
.boxpink{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #E23054;
}
