html, body {height: 100%;}


BODY {
        font-size : 12px;
        margin : 0;
        font-family : Arial, Helvetica, sans-serif;
        overflow: moz-scrollbars-vertical;
		  background-color: #D8D8D8;
		  color: #3E3E3E;		  
}

.logoTitle {
        font-family: Helvetica, sans-serif;
		  font-size: 28px;
		  color: #000000;
}

a.menu {
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #8A8A8A;
}

.menuS {
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #8A0D0D;
}

a:hover.menu {
	text-decoration: underline;
}

.pageTitle {
	font-weight: bold;
	text-transform: uppercase;
}

.copyRights {
	font-size: 11px;
	font-weight: bold;
}

#subForm td {
	font-size: 14px;
	padding: 3px;
}

.msg {
	font-size: 18px;
	font-weight: bold;
	background-color: #f4f4f4;
	border: 1px solid #E4E4E4;
 	text-align:center;
 	padding: 10px;
}



#subForm input {
	width: 100%;
}

a {
	
}
