﻿body
{
	font-family: Arial;
}
a
{
	text-decoration: none;
}
img
{
	border: solid 0px #FFFFFF;
}
#MainTable
{
	width: 950px;
}

#MainMenu
{
	width: 950px;
}

#MainMenu .Seperator
{
	background-image: url(../Images/menu_seperator.png);
	width: 11px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
}

#MainMenu .Item
{
	text-align: center;
	padding-bottom: 1px;
}
#MainMenu .Item .ItemLink
{
	font-size: 13px;
	color: #796d69;
}

#MainMenu .Item .LeftCornter
{
	width: 3px;
	height: 21px;
}

#MainMenu .Item .RightCornter
{
	width: 3px;
	height: 21px;
}

#MainMenu .SelectedItem
{
	text-align: center;
	padding-top: 2px;
}
#MainMenu .SelectedItem .ItemLink
{
	font-size: 13px;
	color: #FFFFFF;
}

#MainMenu .SelectedItem .LinkArea
{
	background-color: #3e6bb4;
}


#MainMenu .SelectedItem .LeftCornter
{
	width: 3px;
	height: 21px;
	background-image: url(../Images/menu_selected_left.png);
	background-repeat: no-repeat;
}

#MainMenu .SelectedItem .RightCornter
{
	width: 3px;
	height: 21px;
	background-image: url(../Images/menu_selected_right.png);
	background-repeat: no-repeat;
}





#MainMenu .SubItemsMenu
{
	text-align: left;
	height: 25px;
}



#MainMenu .SubItemsMenu .Items .ItemLink
{
	margin-left: 35px;
	font-size: 12px;
	color: #3e6bb4;
}

#MainMenu .SubItemsMenu .Items .ItemLink
{
	margin-left: 35px;
	font-size: 12px;
	color: #3e6bb4;
}



#MainMenu .SubItemsMenu .Items .SelectedItemLink
{
	margin-left: 35px;
	font-weight: bold;
	font-size: 12px;
	color: #3e6bb4;
}

.SmallGreen
{
	font-size: 11px;
	color: #2aaa1c;
}

.SmallRed
{
	color: Red;
	font-size: 11px;
}


#Footer
{
	width: 950px;
	height: 33px;
	background-image: url(../Images/footer_bg.png);
	background-repeat: no-repeat;
}


#Footer .Seperator
{
	background-image: url(../Images/footer_seperator.png);
	width: 1px;
	height: 33px;
}


#Footer .Item
{
	text-align: center;
}

#Footer .Item .ItemLink
{
	font-size: 14px;
	color: #796d69;
	text-decoration: none;
}

.GeneralSelectedMenuItem
{
	font-weight: bold;
	font-size: 12px;
	color: #3e6bb4;
}
.GeneralMenuItem
{
	font-size: 12px;
	color: #777777;
}


.GeneralText
{
	font-size: 13px;
	color: #828282;
}

.GenericControl
{
}

.GenericControl .GrayBoldText
{
	color: #828282;
	font-weight: bold;
	font-size: 12px;
}

.GenericControl .GrayText
{
	color: #828282;
	font-size: 12px;
}


.GenericControl .BlueLink
{
	color: #4672b8;
	font-size: 12px;
}

.GenericControl .BlueLink:hover
{
	color: #4672b8;
	text-decoration: underline;
	font-size: 12px;
}

.GenericControl .BlueBoldLink
{
	font-weight: bold;
	color: #4672b8;
	font-size: 12px;
}

.GenericControl .BlueBoldLink:hover
{
	font-weight: bold;
	color: #4672b8;
	text-decoration: underline;
	font-size: 12px;
}


#QuickLinksControl
{
	width:217px;
}


#QuickLinksControl .Image
{
	border: solid 1px #bfcde3;
}

#QuickLinksControl .ImageArea
{
	text-align: left;
	width: 71px;
}

#QuickLinksControl .TextArea
{
	text-align: left;
	width: 155px;
}


.TextBlueBigBold
{
	color: #3e6bb4;
	font-size: 18px;
	font-weight: bold;
}


.TextWhiteBigBold
{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}



.TextWhiteMedBold
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}


.TextBlueMedBoldLink
{
	color: #3e6bb4;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.TextBlueMedBoldLink:hover
{
	color: #3e6bb4;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}



.TextBlueMedBold
{
	color: #3e6bb4;
	font-size: 13px;
	font-weight: bold;
}

.TextBlueMedBigBold
{
	color: #3e6bb4;
	font-size: 15px;
	font-weight: bold;
}

.TextBlueMed
{
	color: #3e6bb4;
	font-size: 13px;
}

.TextWhiteMedBoldLink
{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

.TextWhiteMedBoldLink:hover
{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

.TextBlueSmall
{
	color: #3e6bb4;
	font-size: 12px;
}

.TextBlueSmallBold
{
	color: #3e6bb4;
	font-size: 12px;
	font-weight: bold;
}





.ErrorMessage
{
	color: red;
	font-size: 13px;
}


.ErrorMessageBig
{
	color: red;
	font-size: 17px;
	font-weight: bold;
}

.TextPurple
{
	font-size: 13px;
	color: #ec008c;
}


.BorderLeftTop
{
	border-left: solid 1px #d3e0e9;
	border-top: solid 1px #d3e0e9;
}
