<!--
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #505050;
	margin: 0;
}

h1 {
	font-size: 12px; 
	margin-bottom: 0px;
}

h2 {
	font-size: 16px; 
	margin-bottom: 0px;
    text-align: center;
    line-height: 120%;
    color: #FFA6A6;
}

h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
    text-align: justify;
    text-justify: distribute;
    margin-bottom: 0px;
    line-height:120%;
}

a {
	color: #7F1800;
	font-weight:bold;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	color: #691EFF;
}

a.bl {
	color: #BFBFFF;
	font-size:16px;
	text-decoration: underline;
}

a:hover.bl {
	color: #A77CFD;
}

a.bl1 {
	color: #BFBFFF;
	font-size:11px;
	text-decoration: underline;
}

a:hover.bl1 {
	color: #A77CFD;
}

a.bottom {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
}

a:hover.bottom {
	color: #FF5500;
}

a.tlt {
    color: #BFBFFF;
	font-weight: normal;
	text-decoration: underline;
}

a.links {
	font-weight: normal;
	font-size: 9px;
	color: #888888;
}

p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

p.home {
	font-size: 12px;
}

p.notify {
	color: #FF5500;
}

p.tlt {
	font-size: 11px;
    color: #FFA6A6;
}

p.copy {
	font-size: 9px;
	text-align: center;
}

p.links {
	font-size: 9px;
	color: #888888;
}

td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}

span {
    color: #FF5500;
    font-weight: bold;
    font-size: 14px;
}

img {
	border-color:#cccccc;
}

textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
    width: 100%;
    height: 30px;
    background-color: #777777;
    padding: 5px;
    border: none;
}
	
-->