/* Default CSS Stylesheet for a new Web Application project */
body {
	background-image: url(IMAGES/back2.jpg);
	background-repeat: repeat;
}

a {
text-align: center;
}

A:link	{
	text-decoration:	none;
	}	
		
A:visited	{	
	text-decoration:	none;
	}

A:active	{	
	text-decoration:	none;
	}	

A:hover	{	
	text-decoration:underline;
	}

.FOOTER 
{
	font-size :10PX ;
	FONT-FAMILY:Verdana ;
	text-align :center ;
	background-color:#7283ad;
	height:40;
	vertical-align:middle;
}

.menu {
	font-family: verdana;
	font-size: 10pt;
	text-align :center;
	font-weight: bold;
	color:#FFFFFF;
}
.details {
font:Arial;
margin-left:5px;
margin-top:5px;
margin-right:5px;
background-color:#FFFFFF;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.txtcontact {
font-family:tahoma, arial;
font-size:12px;
}
.txtdropdown {
font-family:tahoma, arial;
font-size:12px;
background-color:#FFFF99;
}

.aboutTable {
font-family:tahoma, arial;
font-size:12px;
background-color:#FFFFFF;
border-color:#666666;
border-width:thin;
}
.aboutTD{
font-weight:bold;
background:#CCCCCC;
}
