body
	{
		margin:0;
		padding:0;
		background-image: url(images/back.gif);background-repeat: repeat-x;		
		font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#4c4c4c;
	}
.border
	{
		border: 1px solid #c7c7c7; padding:6px;
	}
html 
	{
		overflow-y: scroll !important;
	}
.borders
	{
		border: 1px solid #aedcf7; padding:6px;
	}

.boxborder
	{
		border: 1px solid #c1c1c1; padding:5px;
	}
.borderbox
	{
		border: 1px solid #aeceed;
	}
.menuborderbox
	{
		border: 1px solid #e1e1e1;  background-color:#fafafa; padding:4px;
	}

.listboxborder
	{
		border-left: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1; background-color:#fafafa; padding:7px;
	} 

.boldtext
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bold;
		color:#ffffff;
	}	
.headingtext
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bold;
		color:#3d7fb6;
	}	
h1
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bold;
		color:#3d7fb6;
	}
.header
	{
		background-image:url(images/logo-right.gif);
		background-repeat: no-repeat;
		height:79px;
		width:638px;
	}	
.banner
	{
		background-image:url(images/header.jpg);
		background-repeat: no-repeat;
		height:120px;
		width:1000px;
		border-bottom:1px solid #84bbf3;
	}	
.linkmenu 
	{
		font-family:Arial, Helvetica, sans-serif; 
		font-size:12px; 
		color:#4c4c4c; 
		text-decoration:none; 
	}
.linkmenu:hover
	{
		
		color:#d20000; 
		text-decoration:none;
	}

.link
	{
		color:#465c73; 
		text-decoration:none;
	}
.link:hover
	{
		color:#fc0000; 
		text-decoration:underline;
	}


.list
	{
		color:#00578e; 
		text-decoration:none; 
		font-weight:bold;
	}
.list:hover
	{
		color:#b70004; 
		text-decoration:none;	
	}


.footerlink
	{
		color:#ffffff; 
		text-decoration:none;
	}
.footerlink:hover
	{	
		color:#b70004; 
		text-decoration:none;
	}
.textbox
	{
		border:1px solid #e4e4e4;
		background-color:#ffffff;
		width:180px;
		height:17px;
		color:#177dec;
	}
.textbox1
	{
		border:1px solid #7b9db9;
		width:160px;
		height:55px;
	}
/*=======Top link menu======*/
.menu-back
{
	border-top:1px solid #f4f4f4;
	height:30px;
	border-bottom:1px solid #f4f4f4;
}
.top-link a
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:600;
		color:#333333;
		text-decoration:none;
		text-align:center;
		padding:8px;
		background-color:#f3f3f3;
		border:1px solid #84bbf3;
	}
.top-link a:hover
	{
		color:#ffffff;
		text-decoration:none;
		background-color:#84bbf3;	
	}
