/* CSS Document */


body {
	background-image:url(images/bg_main.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	background-attachment:fixed;
	}
	
.text{
	font-family:Verdana, sans-serif;
	font-weight : normal;
	color : #878787;
	font-size : 12px;
	}
	
A.link1{
    font-family: Verdana, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #499ddf;
	text-decoration : none;
}

A.link1:HOVER {
	font-family:Verdana, sans-serif;
	font-weight : normal;
	color : #499ddf;
	font-size : 12px;
	text-decoration : underline;
}

A.link2{
    font-family: Verdana, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #499ddf;
	text-decoration : none;
}

A.link2:HOVER {
	font-family:Verdana, sans-serif;
	font-weight : normal;
	color : #499ddf;
	font-size : 11px;
	text-decoration : underline;
}

A.link3{
    font-family:Verdana, sans-serif;
	font-weight : normal;
	color : #5c5c5c;
	font-size : 11px;
	text-decoration : none;
}

A.link3:HOVER {
	font-family:Verdana, sans-serif;
	font-weight : normal;
	color : #5c5c5c;
	font-size : 11px;
	text-decoration : underline;
}

A.link4{
    font-family:Verdana, sans-serif;
	font-weight : normal;
	color : #dbefff;
	font-size : 11px;
	text-decoration : underline;
}

A.link4:HOVER {
	font-family:Verdana, sans-serif;
	font-weight : normal;
	color : #dbefff;
	font-size : 11px;
	text-decoration : none;
}

A.link5{
    font-family:Verdana, sans-serif;
	font-weight : bold;
	color : #dbefff;
	font-size : 12px;
	text-decoration : underline;
}

A.link5:HOVER {
	font-family:Verdana, sans-serif;
	font-weight : bold;
	color : #dbefff;
	font-size : 12px;
	text-decoration : none;
}

td.mainmenu{
	background-image:url(images/mainmenu_middle.png);
	background-repeat:repeat-x;
	font-family:Verdana, sans-serif;
	font-weight : normal;
	color : #FFFFFF;
	font-size : 13px;
	}
	
td.over{
	cursor:pointer;
	padding-top:10px;
	}
	
	td.over:hover{
	background-image:url(images/mainmenu_middle_over.png);
	background-repeat:repeat-x;
	background-position:top;
	}
	
input.search{
	background: url(images/search.png);
	background-repeat:no-repeat;
   	width: 128px;
	height: 17px;
	border:none;
	padding-left:5px;
	
}

td.search{
	padding-top: 8px;
	}
	
td.maintext{
	border-left:2px solid #e2e2e2;
	border-right:2px solid #e2e2e2;
	background-color:#FFFFFF;
	font-family:Verdana, sans-serif;
	font-weight : normal;
	color : #646464;
	line-height: 16px;
	font-size : 12px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	}
	
table.bluebox{
	background-image:url(images/blue_middle.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #3c84bd;
	font-family:Verdana, sans-serif;
	font-weight : normal;
	color : #FFFFFF;
	font-size : 12px;
	}
	
td.divider{
	background-image:url(images/divider.png);
	background-repeat:repeat-x;
	background-position:bottom;
	cursor:pointer;
	vertical-align:middle;
	padding-left: 20px;
		}
	
	td.divider:hover{
	background-image:url(images/divider.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#4d97cf;
	vertical-align:middle;
	padding-left: 20px;
	}
	
td.divider2{
	background-image:url(images/divider.png);
	background-repeat:repeat-x;
	background-position:bottom;
	cursor:pointer;
	padding-left: 20px;
	padding-right: 20px;
	}
	


td.textsmall{
	font-family:Verdana, sans-serif;
	font-weight : normal;
	color : #5c5c5c;
	font-size : 11px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left:2px solid #e2e2e2;
	border-right:2px solid #e2e2e2;
	}
	

	
ul{
	list-style-image:url(images/arrow_03.gif);

	
	}

.graybox{
	background-image:url(images/gray_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#dbdbdb;
	border-left:2px solid #e2e2e2;
	border-right:2px solid #e2e2e2;
	}
	
.text2{
	font-family:Verdana, sans-serif;
	font-weight : bold;
	color : #539dd7;
	font-size : 12px;
	}
	
.contactbox{
	padding-left: 15px;
		}

.textlarge{
	font-family:Verdana, sans-serif;
	font-weight : bold;
	color : #FFFFFF;
	font-size : 14px;
}

.textcopyright{
	font-family:Verdana, sans-serif;
	font-weight : normal;
	color : #878787;
	font-size : 9px;
}

.field{
	background-image:url(images/field.gif);
	background-repeat:repeat-x;
	background-position:top;
	border:1px solid #cccccc;
	font-family:Verdana, sans-serif;
	font-weight : normal;
	color : #6a6a6a;
	font-size : 12px;
	padding-left: 5px;
	padding-top: 2px;
	}
