/* CSS Document */

html {
	font-size: 100%;
	background-color: #FFFFFF;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

a:link {
	text-decoration: none; 
	font-weight: bold;
	color: #5F85C3;
}

a:visited {
	text-decoration: none; 
	font-weight: bold;
	color: #5F85C3;
}

a:hover	{
	font-weight: bold;
	text-decoration: underline; 
	color: #3C5C91;
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #3C5C91;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6875em;
	font-style: normal;
	color: #333333;
	background-color: #FFFFFF;
	background-image:url(images/reln_bg.jpg);
	margin: 0px;
	padding: 0px;
	height: 100%;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.63em;
	font-weight: 600;
	color: #00417B;
	margin: 0px 0px 0px 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.63em;
	font-weight: 600;
	color: #00417B;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.36em;
	font-weight: bolder;
	color: #00417B;
	padding: 0px;
	margin: 0px;
}

h3 a:link {
	color: #00417B;
}

h3 a:visited {
	color: #00417B;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1818em;
	font-weight: 600;
	color: #FFFFFF;
	background-color: #5F85C3;
	margin: 5px 0px 4px 0px;
	padding: 2px;
}

hr {
	color:#CCCCCC;
	padding: 0px 0px 0px 0px;
	margin: 6px 0px 6px 0px;
	width: 100%;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

li {
	list-style: disc;
}

p {
	margin: 1em 0px 1em 35px;
	padding: 0px;
}

select {
	width: 110px;
}

td img {
	display: block;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*#main_body {
padding: 5px;
}*/

.box {
	border: 1px solid #999999;
	margin: 12px auto 10px auto;
	padding: 15px;
	width: 665px;
}

.button {
	background: #5F85C3;
	color: #FFFFFF;
	cursor: hand;
	font-size: 1em;
	font-weight: bold;
	height: 19px;
}

.image {
	border: 1px solid #666666;
}

.main {
	background: #FFFFFF;
}

.mainTable {
	background: #FFFFFF;
}

.topTable {
	background: #FFFFFF;
}