body, td {
	font-family: tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
    color: #4D6577;
	font-weight: normal;
	}

.bg
{
	background: url(images/bg.jpg);
	background-repeat:repeat-x;
}

.bg_menu
{
	background: url(images/bg_menu.jpg);
	background-repeat:repeat-x;
	
}

.head {
	font-family: Georgia, Verdana, Arial;
	font-size: 30px;
	font-weight: bold;
	color: #EF763D;
	}

.subhead {
	font-family: Georgia,Trebuchet MS,Verdana, Arial;
	font-size: 18px;
	color: #188AFF;
	font-weight:normal;
	}

input {
	font-family: Gerogia,tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F8F8F8;
	border: 1px solid #C3C3C3;
	}


input.btns
	{
		font-family: Verdana, Arial;
		font-size:8pt;
		font-weight:bold;
		color:#FFFFFF;
		background:#1C69DD;
		border:outset;
		border-width:1px;
		cursor:hand;
	}


.border {
	border:10px solid #D6E7FF;
	}
.border1 {
	border:1px solid #FDC576;
	}

.borderResult {
	border:10px solid #EFF6FF;
	}

/* CLASS FOR TOP RIGHT MENU*/
a.small:link {
    font-family: Gerogia,tahoma,verdana,arial;
    font-size: 11px;
    color: red;
    text-decoration: underline;
	}
a.small:visited {
	font-family: Gerogia,tahoma,verdana,arial;
    font-size: 11px;
	color: #188AFF;
	text-decoration: underline;
	}
a.small:hover {
	font-family: Gerogia,tahoma,verdana,arial;
    font-size: 11px;
	color: #188AFF;
	text-decoration: none;
	}




