table.topmenu
{
	font-family:Arial;
	font-weight:bold;
}

table.topmenu td
{
	background-image:url("/images/button_bg.jpg");
	background-repeat:repeat;
	height:25px;
	width:100px;
	font-size:12px;	
	text-align:center;
}

a.topmenu
{
	text-decoration:none;
	color:#000000;
}

a.topmenu:hover
{
	color:#00006B;
}

.pageheader {
	font-size:16px;
	color:#222222;
	font-family:Arial;
	font-weight:bold;
}

td, input, select {
	font-size:11px;
	font-family:Arial;
	color:#444444;	
	text-align:justify;
}

input.contact {
	width:90%;	
}

a:link {
	color:#444444;
}

td.client_login {
	background:#BDBDBD
}

table.footer td {
	text-align:center;
}

.noborder {
	border:0px none;	
}

.error {
	color:#FF0000;
	font-weight:bold;	
}

.success {
	color:#FF0000;
	font-weight:bold;	
}

textarea {
	width:100%;
}

.required {
	color:#FF0000;
	font-size:12px;
	vertical-align:top;	
}