@import url("classes.css");

body {
	font-family: tahoma,arial,sans-serif;
	margin: 0 auto 0 auto;
	text-align: left;
	font-size: 100%;
}
h1 {
	font-family: Georgia, serif;
	color: #3939b3;
	font-size: 1.65em;
	line-height: 40px;
	margin: 10px 0 10px 0;
	font-weight: 400;
}
h2 {
	font-family: Georgia, serif;
	color: #1e7ea4;
	font-size: 1.45em;
	line-height: 40px;
	margin: 0 0 10px 0;
	font-weight: 400;
}
h3 {
	font-family: Georgia, serif;
	color: #1e7ea4;
	font-size: 1.25em;
	line-height: 35px;
	margin: 10px 0 5px 0;
	font-weight: 400;
}
a {
	text-decoration: none;   
	color: #6699ff;
	border-bottom: 1px none;
} 
a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3939B3;
}
a img {border:0px}
th a {color: #ebde98 !important;}
th a:hover {border-bottom: 0px none !important;}

.clear {
    clear:both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.space10 {
    height: 10px;
    position: relative;
}

.space20 {
    height: 20px;
    position: relative;
}

