body {
	/* background-image: url(../images/pattern1.jpg); */
	background-color: #006699;
}
table {
	background-color:#fff
}


.body {
	font-family: Verdana, sans-serif;
	font-style:normal; font-weight:normal;
	text-align:left; 
	font-size: 11px;
	line-height: normal;
	color: black;
	padding: 0px;
	word-wrap: break-word;
	}
	
.address {
	font-family: Verdana, sans-serif;
	font-style:normal; font-weight:normal;
	text-align:left; 
	font-size: 12px;
	line-height: normal;
	color: white;
	padding: 0px;
	word-wrap: break-word;
	}

#table {background-color:#00F}


.newsletter {
	font-family: Arial, sans-serif;
	font-style:normal; font-weight:normal;
	text-align:left; 
	font-size: 13px;
	font:Verdana, Arial, Helvetica, sans-serif;	
	color: black;
}

.header {
	font-family: Arial, sans-serif;
	font-style:normal; font-weight:bold;
	font-size: 15px;
	text-align:left;
	padding-bottom: 5px;
	color: #339;
}
.h2_red {
	font-family: "Times New Roman", Times, serif 
	font-style:normal; font-weight:bold;
	font-size: 18px;
	text-align:center;
	padding-bottom: 5px;
	color: #cc0000;
}
.contact {
	font-family:  Arial, sans-serif;
	font-style:normal; 
	font-weight:normal;
	font-size: 12px;
	color: black;
}
.webmaster{
	font-size: 10px;
	font-style:normal; 
	font-weight:normal;
	margin: 1px 1px 1px 1px;
	padding-bottom: 5px;


}
table.tablecontent {
	width: 98%;
	border-left: 5px dotted #cccccc;
	border-collapse: collapse;
	background-color:#fff;
	margin-top:10px;  
}

.padding {
	padding: 8px;
}

table.tableheader {
	width: 800px; 
	border-collapse: collapse;
	border-bottom: 1px solid #000000;
	background-color:#fff;
}

table.tablefooter {
	background-color: #fff ;
	width: 800px;
	padding-top: 10px;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	background-color:#fff;
}
.headmenu {
	font-family: Arial, sans-serif;
	font-style:normal; font-weight:bold;
	font-size: 11px;
	text-align:left;
	vertical-align:top;
	color: #339;
}
.headmenu a{
	font-family: Arial, sans-serif;
	font-style:normal; font-weight:bold;
	font-size: 11px;
	text-align:left;
	vertical-align:top;
	color: #339;
}
.upmenu {
	font-family: Arial, sans-serif;
	font-style:normal; font-weight:normal;
	font-size: 12px;
	text-align:left;
	padding-bottom: 5px;
	color: #339;
}

div.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	background: url(title2.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(toptitle2.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #339;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #fff url(linkarrow.gif) no-repeat right center;
	color: #cc3333;
	text-decoration: none;
}