HTML {
	background-image: url('images/repeat_01.jpg');
	background-position: center;
	background-repeat: repeat-y;
}
BODY { 
	/*background-color: #FFF7F5;*/
	margin: 0 0 0 0;
	/*background-color: white;*/
/*	background-color: #E2E6EB;
	background-image: url('images/top_01.jpg');
	background-position: top center;
	background-repeat: repeat-x;*/
}



A:link { color: #000080; text-decoration: underline; }
A:visited { color: #000080; text-decoration: underline; }
A:hover { color: #DB1D38; text-decoration: underline; }

.nav {
	font-size: 11pt;
	font-weight: bold;
}

A.nav:link { color: black; text-decoration: none; }
A.nav:visited { color: black; text-decoration: none; }
A.nav:hover { color: #FFF761; text-decoration: underline; }

.attention {
	color: #DB1D38;
}

.copyright {
	font-size: 7pt;
	color: #AFAFAF;
}

A.copyright:link { color: #AFAFAF; text-decoration: none; }
A.copyright:visited { color: #AFAFAF; text-decoration: none; }
A.copyright:hover { color: #AFAFAF; text-decoration: none; }

/* contact form start */

table.contacttable {
	background-color: #E3E1E1;
	border-width:1px; border-color: #959494; border-style: solid;
}

.contactinput,
.contactbutton,
.contactarea {
	border: 1px solid #959494;
	background: white;
	padding-left: 2px;
	font-size: 11px;
}

.contactinput,
.contactarea {
	width: 300px;
}

.contactinput {
	height: 17px;
}

.contactbutton { 
	cursor: hand;
}

.contacttext {
	font-size: 11px;
}

/* contact form end */

/* vertical */
#menu ul{margin-left: 0;padding-left: 0;list-style-type: none;font-family: Tahoma, Helvetica, sans-serif;font-size: 11px;margin:0px;}
#menu a{ display: block; padding: 2px;width: 75px;background-color:#F3F3F3;border-bottom: 1px solid #333;}
#menu a:link, #menuitems a:visited{color: #333;text-decoration: none;font-weight:bold;}
#menu a:hover{background-color: #FFDF75; color: #333; font-weight:bold;}
#menuitems li { list-style-type: none; padding-right: 7px; }


.lownav { font-size: 8pt; }
A.lownav:link { color: black; text-decoration: underline; }
A.lownav:visited { color: black; text-decoration: underline; }
A.lownav:hover { color: gray; text-decoration: underline; }
