﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72%;
	color: #454545;
	margin: 0;
	padding: 0;
}
form
{
	padding: 0px;
	margin: 0px;
}
img
{
	border: 0px;
}
a
{
	text-decoration: none;
	color: #3778B4;
}
#contentRegion a:visited
{
	color: #9A3464;
}
a:hover
{
	text-decoration: underline;
}
h1
{
	font-size: 200%;
	font-weight: normal;
	margin-bottom: 0.4em;
	margin-top: 0px;
}
h2
{
	font-size: 117%;
	margin-top: 0px;
	margin-bottom: 0.2em;
}
h3, .subHeadline
{
	font-size: 104%;
	font-weight: bold;
	margin-top: 0px;
    margin-bottom: 0.3em;
}
h4
{
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 0.3em;
}
p  
{
    font-size: 100%;
    margin-top: 0px;
    margin-bottom: 8px;
}
ul, ol 
{
    font-size: 100%;
}
table, thead, tbody, tfoot, tr, td, th, li, input, select, textarea
{
    font-size: 100%;
}
.button
{
}
.buttonSmall
{
	width: 56px;
}
.buttonTiny
{
	font-size: 100%;
}
.buttonTiny
{
	width: 2em;
}
.buttonLarge 
{
	text-align: center;
	width: 79px;
	height: 33px;
	font-weight: bold;
}
.textInput
{
	background-color: #fff;
}
.fileInput
{
	border-top: 2px solid #949496;
	border-right: 1px solid #B3B3B4;
	border-left: 1px solid #B3B3B4;
	border-bottom: 1px solid #B3B3B4;
	background-color: #fff;
}
.radioButton
{
}
.checkBox
{
}
.textArea
{
	border-top: 2px solid #949496;
	border-right: 1px solid #B3B3B4;
	border-left: 1px solid #B3B3B4;
	border-bottom: 1px solid #B3B3B4;
	background-image: url(/Client/Images/text_area_background.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #fff;
}
.dropDownList
{
	border-top: 1px solid #949496;
	border-right: 1px solid #B3B3B4;
	border-left: 1px solid #B3B3B4;
	border-bottom: 1px solid #B3B3B4;
	background-image: url(/Client/Images/text_area_background.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFF;
	font-size: 100%;
}
.wideDropDown
{
	width: 90%;
}
.listTable
{
}
.clear
{
	clear: both;
}
.imageL
{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 0px;	
}
.imageR
{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	border: 0px;
}
.rightLink 
{
	clear: both; 
	float: right; 
	font-size: 95%;
}

