/* CSS Document */


******************* links ********************* 
a.dummy:link {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9px; 
color: #999999; 
text-decoration: none; 
font-weight: normal
}

a.minilink:link {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
color: #666666; 
text-decoration: none; 
font-weight: normal
}
a.minilink:visited {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
color: #666666; 
text-decoration: none; 
font-weight: normal
}
a.minilink:active {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
color: #666666; 
text-decoration: none; 
font-weight: normal
}
a.minilink:hover {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
color: #9C0D15; 
text-decoration: none; 
font-weight: normal
}



.cSendButton  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
	color : #B50000;
}

INPUT {
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	BORDER-LEFT: #999999 1px solid; 
	COLOR: #999999; 
	BORDER-BOTTOM: #999999 1px solid; 
	BACKGROUND-COLOR: #ffffff;

	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	color : #000000;
}

input.radiobutton	{
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
	background-color: 	#FFFFFF;
}

.checkbox {
	BORDER-RIGHT: #FFFFFF 0px solid; 
	BORDER-TOP: #FFFFFF 1px solid; 
	BORDER-LEFT: #FFFFFF 1px solid; 
	COLOR: #ffffff; 
	BORDER-BOTTOM: #FFFFFF 1px solid; 
	BACKGROUND-COLOR: #FFFFFF;
}

	.spamcheck {
	width: 5px;
	visibility: hidden;
	}



TEXTAREA {
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	BORDER-LEFT: #999999 1px solid; 
	color : #000000;
	font-size : 11px;
	BORDER-BOTTOM: #999999 1px solid; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #ffffff
}


BODY 
{
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	background-image: url('../image/bg.jpg');
	background-color: #FFFFFF;
}


 *********************       Fonts       ********************* 

.topmenuetext {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
font-weight: none;
height: 13px;
vertical-align : middle;
text-align: right; 
}


.contenttext { 
font-size : 12px; 
line-height: 15px; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-weight : normal; 
font-style : normal; 
color : #333333;
}


