/* CSS Document */

body,td,th {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333333;
}

body {
margin: 0px;
}

H1 {
font-size: 18px;
color: #de6326;
}

H2 {
font-size: 16px;
}

H3 {
font-size: 14px;
}

HR {
border: none;
color: #CCCCCC;
background-color: #CCCCCC;
height: 1px;
}

a:link {
	color: #7373b5;
}
a:visited {
	color: #7373b5;
}
a:hover {
	color: #ddaa49;
}
a:active {
	color: #7373b5;
}

.padding {
padding-right: 10px;
}

.banner {
margin: 0px;
padding: 0px;
background-color: #a8c8ef;
background-image: url(../images/banners/banner-bg.gif);
background-position: top;
background-repeat: repeat-x;
height: 305px;
}
