/* Global Style */
body {
	margin: 0 auto;
	padding: 0;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(images/bg.png);
	background-position:top;
	background-repeat: repeat-x;
}

.mastertable {
	margin:auto;
}

.header	{
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	font-weight: bold;
	color: #343434;
}

.subheader	{
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	font-weight: bold;
	color: #0098d4;
}

.smalltxt {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 10px;
	color: #2C2C2C;
}

hr	{
	color: #e6e6e6;
    width:100%;
	border: dashed;
}


input {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
textarea {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	float: left;
}


/* Start Form Style */

.form {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	color:#2C2C2C;
}

.formtext{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	color:#2C2C2C;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 15px;
	float: left;
}
.formcheckboc {
	line-height: 24px;
	height: 24px;
	margin-top: 2px;
	margin-left: 15px;
	display: block;
	float: left;
	margin-right: 5px;
}

.formlabel {
	line-height: 22px;
	display: block;
	float: left;
	height: 22px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.formtextinline {
	margin: 0px;
	padding: 0px;
	float: left;
}



/* Global Text Style */

td {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	color: #2C2C2C;
}

a:link {
	color: #C92125;
	text-decoration: none;
}

a:visited {
	color: #C92125;
	text-decoration: none;
}

a:hover {
	color: #C92125;
	text-decoration: underline;
}

a:active {
	color: #C92125;
}


/* Services Style */

.services {
	color: #FFFFFF;
	font-size: 11px;
}

.sidetext	{
	font-family: Georgia, Times New Roman, serif;
	font-size: 11px;
	color: #808080;
	line-height: 20px;
}

.sidetext a:link {
	color: #b21b1b;
	text-decoration: none;
}

.sidetext a:visited {
	color: #b21b1b;
	text-decoration: none;
}

.sidetext a:hover {
	font-weight:normal;
	color: #b21b1b;
	text-decoration: underline;
}

.sidetext a:active {
	color: #b21b1b;
	text-decoration: none;
}


/* Footer Styles */

.footer {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	color: #444444;
	line-height:19px;
}

.footertxt {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height:19px;
}

.footer a:link {
	color: #444444;
	text-decoration: none;
}

.footer a:visited {
	color: #444444;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer a:active {
	color: #444444;
	text-decoration: none;
}

