@CHARSET "ISO-8859-1";

/* body */
body
{
	font-family: Arial;
	font-size: small;
	font-weight: normal;
	
	margin: 0px 0px 0px 0px;
	
	/* Make the background color and use the gradient */
	background-color: #CCCCCC;
	background-image:  url("../Images/BG_Gradient.png");
	background-repeat: repeat-x;
}

h1
{
	font-size: large;
	font-weight: bold;
	color: #4B84C2;
}

h2
{
	text-align:right;
	font-size: medium;
	font-weight: bold;
	font-style:italic;
	color: #4B84C2;
}

ul
{
	list-style-type:square;
	list-style-position:inherit;
	color:#4B84C2;
}

p
{
	text-align:justify;
	padding:10px 10px 10px 10px;
}
p.referral
{
	padding:0px 10px 0px 10px;
}

div.image
{
	padding:10px 10px 10px 10px; 
	border:1px solid #4B84C2; 
	background-color:#C0D5E9;
	margin-bottom:10px;
}

div.vert
{
	width: 285px;
}

/* links */
a
{
	font-weight: bold;
	color: gray;
	text-decoration: none;
}

a:hover
{
	color: #4B84C2;
}

/* tables */
table
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Page Header */
table.main_content
{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px; 
}
td.right_header
{
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding-right: 5px;
	border-right-color: #4B84C2;
	border-right-style: solid;
	border-right-width: 1px;
}
td.left_header
{
	margin: 0px 0px 0px 0px;
}
td.spacer
{
	height: 5px;
	border-bottom-color: #4B84C2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

td.leftcolumn
{
	border-right-color: #4B84C2;
	border-right-style: solid;
	border-right-width: 1px;
}
td.rightcolumn
{
	border-left-color: #4B84C2;
	border-left-style: solid;
	border-left-width: 1px;
}

/* Navigation Bar */
img
{
	border-style:none;
}
td.button
{
	cursor:pointer;
	font-weight: bold;
	color: gray;
	text-decoration: none;
	text-align:center;
	height:30px;
	width:113px;
	background-image:none;
}
td.button:hover
{
	color: #4B84C2;
	background-image: url("../Images/Button_Over.png");
}
hr
{
	color:#4B84C2;
}