table {
	font-family: "Verdana";
	color : #ffffff;
	font-size : 11px;
}



a {
	font-family: "Verdana";
	color : #ffffff;
	font-size : 10px;
	text-decoration : none;
}
a:hover {
	font-family: "Verdana";
	color : #d30707;
	font-size : 10px;
	text-decoration : underline;
}


.a1 {
	font-family: "Verdana";
	color : #ffffff;
	font-size : 9px;
	text-decoration : none;
}
.a1:hover {
	font-family: "Verdana";
	color : #ffffff;
	font-size : 9px;
	text-decoration : underline;
}


.aa {
	font-family: "Verdana";
	color : #000000;
	font-size : 9px;
	text-decoration : none;
}
.aa:hover {
	font-family: "Verdana";
	color : #000000;
	font-size : 9px;
	text-decoration : underline;
}

.sub_sel {
    font-family: "Verdana";
    color : #d30707;
    font-size : 10px;
    text-decoration : none;
}
.sub_sel:hover {
    font-family: "Verdana";
    color : #d30707;
    font-size : 10px;
    text-decoration : underline;
}


.imgborder {
	border:solid #c3c2c2 1px;
	
}

.menu {
	font-family: "Verdana";
	color : #ffffff;
	font-size : 11px;
	font-weight:bold;
}

.amenu {
	font-family: "Verdana";
	color : #ffffff;
	font-size : 11px;
	font-weight:bold;
	text-decoration : none;
}

.amenu:hover {
	font-family: "Verdana";
	color : #ffffff;
	font-size : 11px;
	font-weight:bold;
	text-decoration : none;
}

.err_txt
{
    color : #FF0000;
}

.succ_txt
{
    color : #3e7507;
}

textarea {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	border : 1px solid;
}

.input 		{font-family: Verdana; font-size: 11px; color: #2A2A2A; background-color: #E1E1E1; border: 1px solid #2A2A2A;}

.submit 	{font-family: Verdana; font-size: 10px; color: #ffffff; background-color: #d30707; border: thin solid #d30707;}
