BODY 
{
	color : #626262;
	font-family : Tahoma;
	font-size : 12px;;
	font-weight : normal;


}

a {
	color : #517B21;
	text-decoration : none;
	font-weight : bold;
}

a:hover {
	color : #BC0606;
	text-decoration : none;
	font-weight : bold;
}


TABLE.normal {
	font-size : 12px;
	background : white;
}


TABLE.normal2 {
	font-size : 12px;
}

TD.normalGray {
	font-size : 12px;
	color : #636363;
	font-weight : normal;
}

TD.boldGray {
	font-size : 12px;
	color : #636363;
	font-weight : bold;
}

TD.boldRed {
	font-size : 12px;
	color : #BC0606;
	font-weight : bold;
}

TD.boldGreen {
	color : #517B21;
	font-weight : bold;
	font-size: 12px;
}

a.normalGray {
	color : #636363;
	text-decoration : none;
	font-weight :normal;
	font-size: 12px;
}

a:hover.normalGray {
	color : #636363;
	text-decoration : none;
	font-weight : normal;
	font-size: 12px;
}

a.normalGray2 {
	color : #636363;
	text-decoration : none;
	font-weight :normal;
	font-size: 12px;
}

a:hover.normalGray2 {
	color : #636363;
	text-decoration : underline;
	font-weight : normal;
	font-size: 12px;
}

a.normalGrayUnderline {
	color : #636363;
	text-decoration : underline;
	font-weight : normal;
	font-size: 12px;
}

a:hover.normalGrayUnderline {
	color : #BC0606;
	text-decoration : none;
	font-weight : normal;
	font-size: 12px;
}

a.boldGray {
	color : #636363;
	text-decoration : none;
	font-weight : bold;
	font-size: 12px;
}

a:hover.boldGray {
	color : #BC0606;
	text-decoration : none;
	font-weight : bold;
	font-size: 12px;
}

a.boldGreen {
	color : #517B21;
	text-decoration : none;
	font-weight : bold;
	font-size: 12px;
}

a:hover.boldGreen {
	color : #BC0606;
	text-decoration : none;
	font-weight : bold;
	font-size: 12px;
}

a.boldBlue{
	color : #0099FF;
	text-decoration : none;
	font-weight : bold;
	font-size: 11px;
}

a:hover.boldBlue {
	color : #000000;
	text-decoration : underline;
	font-weight : bold;
	font-size: 11px;
}

input.normal {
	border : 1px solid #636363;
	color : #626262;
	outline : 0px;
	font-size : 12px;
	font-weight : normal;
}

textarea.normal {
	border : 1px solid #636363;
	color : #626262;
	outline : 0px;
	font-size : 12px;
	font-weight : normal;
}

select.normal {
	border : 1px solid #636363;
	color : #626262;
	outline : 0px;
	font-size : 12px;
	font-weight : normal;
}