html { min-height: 100%; margin-bottom: 1px; }

BODY 
{
	text-align: center;
	padding:0px;
	background: url(images/bg.gif);
	font-family: Tahoma,Verdana,Helvetica,sans-serif;
	color : black ;
	font-family : Arial;
	font-size : 11px;
	font : normal;


}


TABLE.normal {
	font-size : 11px;
}

TABLE.normal2 {
	font-size : 11px;
	background : white;
}

TD.normalWhite {
	font-size : 11px;
	color : white;
}

TD.boldBlack {
	font-size : 11px;
	color : black;
	font-weight : bold;
}

TD.boldRed {
	font-size : 11px;
	color : red;
	font-weight : bold;
}

TD.centerTitle {
	font-size : 18px;
	color : #979797;
	text-transform : uppercase;
	font-weight : bold;
}

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

TD.boldBlack{
	color : #000000;
	text-decoration : none;
	font-weight : bold;
	font-size: 11px;
}

TD.boldGreen{
	color : #35900f;
	text-decoration : none;
	font-weight : bold;
	font-size: 11px;
}

TD.boldBrownLighter {
	color : #E6CBB3;
	font-size : 11px;
	font-weight : bold;
}

TD.boldGreenUppercaseBigger {
	color : #35900f;
	font-size : 16px;
	font-weight : bold;
	text-transform : uppercase;
}

TD.boldGreenUppercase {
	color : #35900f;
	font-size : 11px;
	font-weight : bold;
	text-transform : uppercase;
}


a.normalRed {
	color : #B90000;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
}

a:hover.normalRed {
	color : #B90000;
	font-size : 11px;
	font-weight : normal;
	text-decoration : underline;
}

a.down {
	color : #35900f;
	font-family:tahoma;
	text-decoration : none;
	font-weight : bold;
	font-size : 10px;
}

a:hover.down {
	color : #35900f;
	font-family:tahoma;
	text-decoration : underline;
	font-weight : bold;
	font-size : 10px;
}


a.boldRed {
	color : #B90000;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

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


a.normalGreen {
	color : #35900f;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
}

a:hover.normalGreen {
	color : #35900f;
	font-size : 11px;
	font-weight : normal;
	text-decoration : underline;
}

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

a:hover.normalBlue {
	color : white;
	text-decoration : underline;
	font-weight : normal;
	font-size : 11px;
}

a.boldWhiteUppercase {
	color : white;
	text-decoration : none;
	font-weight : bold;
	font-size : 11px;
	text-transform : uppercase;
}

a:hover.boldWhiteUppercase {
	color : #989898;
	text-decoration : none;
	font-weight : bold;
	font-size : 11px;
	text-transform : uppercase;
}

a.boldBlackUppercase {
	color : black;
	text-decoration : none;
	font-weight : bold;
	font-size : 11px;
	text-transform : uppercase;
}

a:hover.boldBlackUppercase {
	color : #989898;
	text-decoration : none;
	font-weight : bold;
	font-size : 11px;
	text-transform : uppercase;
}


a.boldGreen {
	color : #35900f;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

a:hover.boldGreen {
	color : #35900f;
	font-size : 11px;
	font-weight : bold;
	text-decoration : underline;
}


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

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

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 {
	color : black;
	border : 1px solid #979797;
	outline : 0px;
}

textarea.normal {
	color : black;
	border : 1px solid #979797;
	outline : 0px;
}

select.normal {
	color : black;
	border : 1px solid #979797;
	outline : 0px;
	font-size : 11px;
}
