body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
       -moz-user-select: none;
}

a {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;	
	
}

a:hover{
	text-decoration: underline;
	color: #7290A8;
	}
.menu {
	font-family: "Arial", Times, serif;
	font-size: 11px;
	color: #003368;
	text-decoration: none;	
}
.menu:hover{
	text-decoration: none;
	color: #537ad1;
	}
h1 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;	
	
}

p, li, td { 
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;		
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.left_col {
	background-color: #6AB6EA;
	background-image: url(images/left_bg.gif);
	background-repeat: repeat-x;
}

hr{
	color: #FFFFFF;
}
