/* REDEFINE HTML ELEMENTS*/

BODY {
	background-color: #5E7559;
	margin-top:40px;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #000000;
}

TABLE {
	
	padding:0px;
	margin:0px;
}

TD {
	font-family: Arial, Verdana;
	font-size: 10px;

}

LI 	{

	list-style-type:square;
	line-height:18px;
}

A {
	COLOR:#000000;
	TEXT-DECORATION:underline;

}
A:hover	{
	COLOR:#000000;
	TEXT-DECORATION:underline;

}

.tblborder {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.tblborderContent {
	border: 1px solid #CCCCCC;
}

.tblborderWhite {
	border: 1px solid #FFFFFF;
}

.title {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.subtitle {
	font-weight: bold;
	color: #000000;
}

.HomeLeftBG {
	background-image: url(../media/images/GDHomeLeftBG.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #C4CBC4;
}

.footer {

	font-size: 10px;


}

