@charset "utf-8";
/* CSS Document */



body {
	background-color: #c7c7c7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


body,td,th {
	color: #000000;
	FONT-FAMILY: Arial, helvetica;
	FONT-SIZE: 12px;
	/*text-align: right;*/
}


a:link {
	text-decoration: none;
	color: #0066CC;
}


a:visited {
	text-decoration: none;
	color: #0066CC;
}


a:hover {
	text-decoration: underline;
	color:#0066CC;
}


a:active {
	text-decoration: none;
}





#header{
	position: relative;
	left: 12px;
}

#content{ 
	position: relative;
	left: 9px;
	background-image: url(./images/bgforcontent.jpg);
	background-repeat: repeat-y;
    
}


#bottomtable{ 
	position: relative;
	right: 3px;
	background-image: url(./images/bottomtablebg.jpg);
	background-repeat: repeat-x;

}
#bottomtable a:link {
	font-weight: bold;
	text-decoration: none;
	color: white;
}
#bottomtable a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: black;
}

#bottomtable a:visited {
	font-weight: bold;
	text-decoration: none;
	color: white;
}

#bottomtable a:visited:hover {
	font-weight: bold;
	text-decoration: underline;
	color: black;
}
#bottomtable h3 {
	color: black;
	text-decoration: underline;
}
#content2{ 
	position: relative;
	left: 9px;
	background-image: url(./images/bottombgnew2.jpg);
	background-repeat: no-repeat;
}


.h2 {
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	font-size: 14pt;
}

.h3 {
	font-family: Arial;
	color: #000000;
	font-size: 12pt;
}

.h4 {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12pt;
}

.h5 {
	font-family: Arial;
	color: #000000;
	font-size: 10pt;
}

.newstyle {
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	font-size: 16pt;
}

