body {
	margin: 0;
	padding: 0;
}

td.menu {
background-color: #000000;
background-repeat: no-repeat;
background-position: right;
height: 22px;
padding-left: 9px;
font-size: 8px;
}

.contenttd {
background-image: url(/img/content-td-bg.gif);
background-repeat: repeat-y;
background-position: left;
background-color: #EAEAEA;
}
.content {
width:100%;
background-image: url(/img/content-bg.gif);
background-repeat: no-repeat;
background-position: left top;
text-align: right;
padding-top: 4px;
padding-right: 12px;
}

.contenttext {
padding-left: 12px;
padding-right: 12px;
}

/* A */

A.menu:link, A.menu:visited{
text-decoration: none; color: #FFFFFF;
}
A.menu:hover, A.menu:active{
text-decoration: none; color: #E8503F;
}

A:link, A:visited{
text-decoration: none; color: #E8503F;
}
A:hover, A:active{
text-decoration: none; color: #000000;
}

/* TEXT */

.text, td, p, span, font, div {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}

.texthead{
font-weight: bold;
}

.textdate, .textlittle {
font-size: 10px;
color: #666666;
}

h1, h2, h3, h4{
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
color: #EA5642;
margin:0;
padding:0;
}

div.text{
clear:both;
}

.spltext{
font-size: 10px;
color:#FFFFFF;
}

hr{
clear:both;
height: 1px;
color: #DDDDDD;
}

/* IMG */
.openimg{
border: 3px solid #000000;
}
