@import url(./base.css);

body {
	margin: 0px;
	padding: 0px;
	color: #999;
}

h1, h2, h3 {
	color: #0d488e;
	font-weight: normal;
}

.underlined {
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #ccc;
}

a {
	color: #666;
}

a:hover {
	color: black;
}

.reverse {
    background: black;
}

.reverse a {
	color: #ccc;
}

.reverse a:hover {
    color: white;
}

.reverse h1, .reverse h2, .reverse h3 {

	font-weight: bold;
}

#documentWrapper {
    text-align: center;
    background: white url(../images/bg.png) repeat-y center;
}

#documentContent {
    width: 940px;
    margin: 0px auto;
    text-align: left;
    background: white url('../images/home_bg.jpg') no-repeat;
}

#contentHeaderTable td{
	padding: 10px;
}

#contentBody {

}

#contentFooter {
	padding: 10px 10px 50px 10px;
}