html, body{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #7a7a7a;
	background-color: transparent;
}

a {      color: #3e64a4; text-decoration: none; } 
a:hover{ color: #5c91e9; text-decoration: none; }
a.sel  { color: #5c91e9; }

a.txtlnk, a:hover.txtlnk{ font-weight: normal; }

select{
	font-size: 11px;
}
    
h1{
	color: #30415c;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	margin: 5px 0 5px 0;
	padding: 0;
}

h2{
	color: #30415c;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	margin: 5px 0 5px 0;
	padding: 0;
}

h3{
	color: #30415c;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	margin: 5px 0 5px 0;
	padding: 0;
}

h4{
	color: #30415c;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	margin: 5px 0 5px 0;
	padding: 0;
	font-weight: bold;
}

.clearLt{
    clear: left;
}

.clearRt{
    clear: right;
}

.clearBoth{
    clear: both;
}

#site{
    float: left;
    display: inline; 
    width: 202px;
    height: 168px;
    margin-right: 23px;
}

#desc{
    float: left;
    display: inline;
    width: 509px;
    margin-top: 15px;
}