﻿body 
{
	font-family: Lucida Sans, Lucida Sans Unicode, Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	margin-top: 0;
}

a
{
	color: #30457a;
}

img
{
	border: 0px;
}

h1
{
	margin: 0px;
}

h2
{
	margin: 0px;
}

h3
{
	margin: 0px;
}

h4
{
	margin: 0px;
}


.button
{
	font-family: Lucida Sans, Lucida Sans Unicode, Tahoma, Arial, Sans-Serif;
	font-size: 11px;
}

.textBox
{
	font-family: Lucida Sans, Lucida Sans Unicode, Tahoma, Arial, Sans-Serif;
	font-size: 11px;
}

.quote
{
	background-color: #FFFFFF;
	border: dashed 1px #999999;
	margin: 10px 10px 10px 25px;
	padding: 10px;
}







.GridView_HeaderStyle
{
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	background-color: #4B75B3;
}

.GridView_RowStyle
{
	color: #555555;
	font-size: 8pt;
}

.GridView_AlternatingRowStyle
{
	font-size: 8pt;
	background-color: #F9FCFF;
}

.GridView_FooterStyle
{
	background-color: #D7E7F7;
}

.GridView_PagerStyle
{
	background-color: #D7E7F7;
	color: #000000;
	font-size: 8pt;
}

.GridView_RowStyle_Border
{
	color: #555555;
	font-size: 8pt;
	border-bottom: 1px solid #CADBE5;
}

.GridView_AlternatingRowStyle_Border
{
	font-size: 8pt;
	background-color: #F9FCFF;
	border-bottom: 1px solid #CADBE5;
}

.GridView_RowStyle_Border_Thick
{
	border-bottom: 10px solid #EFEFEF;
}










#homeContainer
{
	background-color: #7d886c;
	background-image: url(/App_Images/bg_Home.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 553px;
}

#mainContainer
{
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

#header
{
	background-image: url(/App_Images/header.jpg);
	background-repeat: no-repeat;
	height: 76px;
	width: 100%;
}

#topMenu
{
	white-space: nowrap;
}

#topMenu a
{
	color: #30457a;
	font-size: 11px;
	font-weight: bold;
}

#topMenu .separator
{
	padding-left: 10px; padding-right: 10px;
}

#footer
{
	font-size: 11px;
}




