/* CSS Document */

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image:url(../images/bg.gif)
}

body, td {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	vertical-align: top;
}

a 		{ font-weight:bold; color:#000; text-decoration:underline }
a:link		{ font-weight:bold; color:#000; text-decoration:underline }
a:active	{ font-weight:bold; color:#000; text-decoration:underline }
a:hover 	{ font-weight:bold; color:#000; text-decoration:underline }

a.email		{ font-weight:normal; color:#000; text-decoration:none }
a.email:link	{ font-weight:normal; color:#000; text-decoration:none }
a.email:active	{ font-weight:normal; color:#000; text-decoration:underline }
a.email:hover 	{ font-weight:normal; color:#000; text-decoration:underline }

h2.h2_red {
	font-size: 14px;
	font-weight: bold;
	color: #a40002;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.td_navbar {
	background-color: #000;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	vertical-align: middle; 
}

.td_vertmiddle {
	text-align: left;
	vertical-align: middle; 
}	

.background_cl {
	width:774px;
	background-color: #fff;
/*
	background-image: url(../images/bg_clouds.jpg);
	background-repeat: repeat;          */
	
}

.background_blue {
	width:774px;
	background-color: #beddfd;
}

.background_white {
	width:774px;
	background-color: #fff;
}

.navbar_links {
	float: left;
	width: 80%;
	text-align: left;
}
.navbar_links a:link, .navbar_links a:visited { color:#fff; text-decoration:none; }
.navbar_links a:hover, .navbar_links a:active { color:#fff; text-decoration:underline; }

.navbar_telno {
	float: right;
	width: 20%;
	text-align: right;
	font-size: 12px;
}


.form_field { width: 300px; }
.form_field_small { width: 40px; }
img { border:0 }