*{  margin:0;
    padding:0;
    font-family: arial, trebuchet, tahoma, sans-serif;
    font-size:12px;
	letter-spacing: 0.1px;
}

html,body {height:100%; background:white;}


/* ---------------------- LINKS ---------------*/

.menu {
	color: #000000;
	text-decoration: none;
}
.menu:hover {
	color: #ffffff;
	text-decoration: none;
}
.link {
	color: #000000;
	text-decoration: none;
}
.link:hover {
	color: #000000;
	text-decoration: underline;
}
.rlink {
	color: #000000;
	text-decoration: none;
}
.rlink:hover {
	color: #DA251D;
	text-decoration: none;
}

/* ---------------------- IMPUTS ---------------*/

.input {
	font-family: trebuchet, arial;
    font-size:12px;
    color:#DA251D;
	width:220px;
    vertical-align:middle;
    height:20px;
    border:1px solid #DA251D;
	padding:2px 2 2 2px;
    background:#fff;
}

/* ---------------------- HEADING ---------------*/

h1 {
	font-family: trebuchet, arial;
    font-size:16px;
	font-weight:bold;
    color:#DA251D;
	letter-spacing:0.5px;
}
h2 {
	font-family: trebuchet, arial;
    font-size:26px;
	font-weight:bold;
    color:#ffffff;
	padding:15px 15 0 15px;
}
h3 {
	font-family: trebuchet, arial;
    font-size:16px;
	font-weight:200;
    color:#ffffff;
	padding:0px 15 15 15px;	
}

h4{
	font-family: trebuchet, arial;
    font-size:14px;
	font-weight:bold;
    color:red;
	padding:35px 0 10px 10px;	
	letter-spacing:0.3px;
    color:#DA251D;
}
.normal {
	font-family: trebuchet, arial;
    font-size:12px;
	line-height:1.5;
	letter-spacing:0.1;
    color:#666666;
}

#content div{
	margin-left: 15px;
}

#content ul{
	margin-left: 25px;
	margin-top: 10px;
}

.red {
	font-family: trebuchet, arial;
    font-size:12px;
	line-height:1.5;
	letter-spacing:0.1;
    color:#DA251D;
}
.small {
	font-family: trebuchet, arial;
    font-size:10px;
    color:#666666;
}

/* ---------------------- CONTENTS ---------------*/

.menucontent {
	line-height:2;
	letter-spacing:1;	
	width:255;
	background-image:url(../images/main_mbg.jpg);
	padding:15px 15 15 15px;
}
.balcontent {
	font-family: trebuchet, arial;
    font-size:12px;
	line-height:1.5;
    color:#666666;
	padding:15px 15 15 15px;
}
.maincontent {
	width:716;
	padding:15px 15 15 15px;
}
.titlecontent {
	width:426;
	padding:15px 15 15 15px;
}

.adhost{
	opacity:0.6;
	filter:alpha(opacity=60);
	border:none;
}

.adhost:hover{
	opacity:0.9;
	filter:alpha(opacity=90);
	border:none;
}