body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #CCCCCC;
	background-color: #000000;
	margin: 0px;
	margin-bottom: 30px;
	padding: 0px;
}
.holder 
{       background-color: #999999;
	width: 80%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
/*	background-image: url(../images/background.jpg);  */
	background-repeat: repeat;
	background-position: center center;
}
.header {
	background-color: #000000;
	position: relative;
	padding-left: 20px;
	font-size: 70%;
	color: #999999;
}
.nav {
	background-color: #CCCCCC;
}
.nav table td {
	font-size: 60%;
	width: 80px;
	text-align: center;
}

.buttons:visited, .buttons:link, span.button
{ color: #666666;
	font-weight: bold;
	padding-left: 1px; padding-right: 1px;
	text-decoration: none;
}

span.button {  cursor: pointer;  }

td.pagecontrol
{ color: #666666; font-weight: bold;  }

button.page, button.pagenav 
{ border: none; background-color: #ccc;  color: #666;  font-weight: bold;  }

button.pagenav:hover { color: #d90; }

span.self 
{  color: #fff; 
   font-weight: bold;
}
.buttons:active 
{       color: #ffffff;
	font-weight: bold;
	padding-left: 1px; padding-right: 1px;
	text-decoration: none;
}

.buttons:hover 
{ color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	padding-left: 1px; padding-right: 1px;
	background-color: #666666;
}


.content {
	width: 40em;
	font-size: 70%;
	background-image: url(../images/trans.png);
	background-repeat: repeat;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

.servicecontent
{       width: 46em;
	font-size: 70%;
	background-image: url(../images/trans.png);
	background-repeat: repeat;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 1em;
}

.footer {
	background-color: #000000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 60%;
	padding-left: 26px;
}
h1 {
	font-size: 140%;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 4px;
	margin-left: 6px;
	color: #FFFFFF;
}
h2 {
	font-size: 120%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
	margin-left: 6px;
	color: #FFFFFF;
}
p {
	padding-left: 10px;
	margin-left: 6px;
	padding-right: 4px;
	line-height: 1.4em;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul li a, ul li a:link, ul li a:visited, a.bar
{       margin-left: 10px;
	padding-left: 4px;
	margin-top: 1px;
	color: #FFFFFF;
	text-decoration: none;
}
ul li a:hover, a.bar:hover {
	margin-left: 10px;
	padding-left: 3px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	color: #FFCC00;
}

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

a:hover { color: #FFCC00; }

a.admin{ color: #000; }

a.admin:link {  color: #000; }

a.admin:hover 
{  display: inline; 
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 8px;
   color: #FFCC00;
}

input, textarea
{ background-color: #aaa; }

h3.service {  color: #FFCC00;  }

