b {
	font-weight : bold;
}

.red  {
	color : #FF0101;
	font-family : arial, helvetica, "ms sans serif";
	font-size : 10pt;
}

a:link  {
	color : blue;
	font-family : arial, helvetica, "ms sans serif";
	font-size : 10pt;
	text-decoration : underline;
}

a:visited  {
	color : blue;
	font-family : arial, helvetica, "ms sans serif";
	font-size : 10pt;
	text-decoration : underline;
}

a:hover  {
	color : #F60;
	background-color : none;
	font-family : arial, helvetica, "ms sans serif";
	font-size : 10pt;
	text-decoration : underline;
}

a:active  {
	color : #F00;
	font-family : arial, helvetica, "ms sans serif";
	font-size : 10pt;
	text-decoration : underline;
}


a.nav:link  {
	color : #1c409b;
	font-family : arial, helvetica, "ms sans serif";
	font-size : 8pt;
	font-weight: bold;
	text-decoration : none;
}

a.nav:visited  {
	color : #1c409b;
	font-family : arial, helvetica, "ms sans serif";
	font-size : 8pt;
	font-weight: bold;
	text-decoration : none;
}

a.nav:hover  {
	color : #ff0000;
	background-color : none;
	font-family : arial, helvetica, "ms sans serif";
	font-size : 8pt;
	font-weight: bold;
	text-decoration : none;
}

a.nav:active  {
	color : #1c409b;
	font-family : arial, helvetica, "ms sans serif";
	font-size : 8pt;
	font-weight: bold;
	text-decoration : none;
}

div.links  {
	margin-top: 10px;
}

div  {
	font-family : arial, helvetica, "ms sans serif";
	color : black;
	font-size : 10pt;
}

td  {
	font-family : arial, helvetica, "ms sans serif";
	color : black;
	font-size : 9pt;
	font-weight : normal;
	font-style : normal;
}


.required {
	font-family : verdana, arial, "ms sans serif";
	color : FF0000;
	font-size : 10px;
	font-weight : normal;
	font-style : normal;
}

.photo_outline {
	border: 1px solid #000000;
}