/* CSS Document */

body {
	margin: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	align: left;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	align: left;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
	align: left;
}

p  {
	margin: 0px 0px 15px 0px;
}

#right h1 {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
}

#right p {
	margin: 0px;
	padding: 10px;
}

#right h1 {
	padding: 5px;
	text-align:center;
}

#caveat {
	font-size: 80%;
	border-top-style: solid;
	border-top-width: 1px;
}

#caveat p {
	padding: 10px 0px 0px 0px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #1F1C5A;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#content a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #996633;
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
}

#content td {
	font-size: 100%;
}

#content h1 {
	color: #1F1C5A;
	margin: 0px 0px 20px 0px
}
.rule-bkg {
	background-image: url(../horizontal_line.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.vertical-bkg {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #996633;
	border-left-color: #996633;
}
