body, html {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 9pt;
	background-image:url('images/bg.jpg');
	background-repeat:repeat-x;
	margin-top : 0;
    margin: 0;
    padding: 0;

}

TD {
	font-size : x-small;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}

TH {
	font-size : 18px;
	font-weight : bold;
	font-family : sans-serif;
}

P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

A {
	text-decoration: none;
	color: Gray;
}

H1 {
	font-family: Tahoma;
	font-size: 12px;
}
	
H2 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0066FF;
}	

H3 {
	font-size : small;
}
.style1 {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
}
.style2 {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
.style3 {
	font-family: Tahoma;
	font-size: 18px;
	color: #666666;
}
.style4 {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight : bold;
}
a:hover {
	text-decoration: underline;
	color: Gray;
}
.style5 {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
}
.style6 {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

.tablehead {
	background-image: url('images/header.jpg');
	background-repeat : no-repeat;
	height : 173px;
}

.tablemenu {
	background-image: url('images/menu.jpg');
	background-repeat : repeat-y;
}

.bordercolor{
	border-color: Black;
}