BODY {
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	font-size : 12px;
	background-color : #CCD1CC;
}

A {
 color: white;
}

a:link {
	text-decoration: none;
}

a:visited {
	 text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
	
.TDbod {
	padding : 10px;
	 color : #CCD1CC;
	background-color : #485248;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

TD{
	background-color : #485248;
}

H1 {
    color: white;
	font-size: 18px;
}

H2{
    color : #CCD1CC;
	font-size: 18px;
	font-weight : bold;
}

H3{
    color : #CCD1CC;
	font-size: 12px;
	font-weight : bold;
}

.warning{
	font-weight : bold;
	color: White ;
	/*color :#CCD1CC ;
	background-color : #AA0000;
*/
}

#nav a {
	color: #485248;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	background-repeat: no-repeat;
	padding: 5px 10px 5px 10px;
}

#nav a:link {
	text-decoration: none;
	text-align : left;
}

#nav a:visited {
	 text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#nav a:active {
}

.foot {
	color: #485248;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px 10px 5px 10px;
}

.foot a {
	color: #485248;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.foot a:link {
	text-decoration: none;
}

.foot a:visited {
	 text-decoration: none;
}

.foot a:hover {
	text-decoration: underline;
}

.foot a:active {
}