body {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.text {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
}
.text a:active {
color: #333333;
text-decoration: none;
}
.text a:visited {
color: #0000FF;
text-decoration: none;
}
.text a:link {
color: #0000FF;
text-decoration: none;
}
.text a:hover {
color: #0000FF;
text-decoration: underline;
}
.email {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.submenus {
	color: #222222;
	background-color: #999999;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #444444;
	border-bottom-color: #444444;
	padding-right: 8px;
	padding-left: 8px;
}
.submenus a:active {}
.submenus a:link {
	color: #222222;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.submenus a:visited {
	color: #222222;
	padding-right: 10px;
	text-decoration: none;
	padding-left: 10px;
}
.submenus a:hover {
	color: #FFFFFF;
	padding-right: 10px;
	text-decoration: none;
	padding-left: 10px;
}
.bar {
	background-color: #222222;
	height: 30px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #444444;
	border-bottom-color: #444444;

}
.menubox {
}
.menubox a:hover {
	position: relative;
	top: -20px;

}
.content {
	color: #000000;
	background-color: #EAEAEA;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;


}
h1 {
	font-size: 24px;
	font-weight: normal;
}
.trans {
	background-image: url(design4/trans_bg.png);
	background-repeat: repeat;
	position: relative;
	top: 243px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.footer a:visited {
	color: #CCCCCC;
	text-decoration: none;

}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;

}
#domticker{
width: 1000px;
height: 400px;
}

#domticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #EAEAEA;
}

#domticker a{
font-weight: bold;
}

#domticker2{
	width: 100%;
	height: 1.2em;
	padding: 3px;
	text-align: center;
	color: #FFCC00;
	font-size: 18px;
}

#domticker2 a{
color: #FFCC00;
text-decoration: none;
}

