/* CSS Document */

body {
        font-family: tahoma, helvetica, arial, sans-serif;
        font-size: 11px;
        text-align: center;
        background: #d3d2d1;
}


h3, p { 
        font-size: 11px; 
        margin: 1em 0.5em 0.5em 0.5em; 
}

p { 
        margin-top: 0.5em; 
}

.link {
        color: #E8E800;
        text-decoration: none;
		font-weight: normal;
}
.readmore {
        text-align: right;
        font-weight: bold;
}

.green {
        color: #6aa100;
}
.blue {
        color: #4880ab;
}
.orange {
        color: #e0a403;
}

.he1
{
        color: #be0404;
        text-decoration: none;
		font-weight: bold;
}

.he2{
        color: #be0404;
        text-decoration: none;
		font-weight: normal;
}
.he3{
        color: #333333;
        text-decoration: none;
		font-weight: normal;
}
.he4{
        color: #333333;
        text-decoration: underline;
		font-weight: bold;
}
.footerlink {
		font-weight: normal;
}
a.one:link {
	color: #E8E800;
	text-decoration: none;
}
a.one:visited {
	color: #E8E800;
	text-decoration: none;
}
a.one:hover {
	color: #be0404;
}
a.one:active {
	color: #E8E800;
	text-decoration: none;
}

a.two:link {
	color: #be0404;
	text-decoration: none;
}
a.two:visited {
	color: #be0404;
	text-decoration: none;
}
a.two:hover {
	color: #FFFF33;
	text-decoration: none;
}
a.two:active {
	color: #be0404;
	text-decoration: none;
}
