﻿#SignIn
{
	float: right;
	clear: none;
	width: 437px;
	margin-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	font-family: Arial;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	text-align: right;
}

#SignIn .SignInBox
{
	border: none 0px;
	background-color: #fcfcfc;
	font-family: Arial;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	color: #2b425b;
}

#SignIn a
{
	font-family: Arial;
	font-size: 12px;
	line-height: 24px;
	color: #2b425b;
	text-decoration: underline;
}

#SignIn a:hover
{
	color: #333333;
}

#BreadCrumb
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
    text-transform: uppercase;
}

#BreadCrumb a
{
	color: #2b425b;
	text-decoration: none;
	border-bottom: dotted 1px #2b425b;
}

#BreadCrumb a:hover
{
	border-bottom: solid 1px #2b425b;
}

#Navigation
{
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}

#Navigation a
{
	color: #2b425b;
	text-decoration: none;
	border-bottom: dotted 1px #2b425b;
}

#Navigation a:hover
{
	border-bottom: solid 1px #2b425b;
}

#Footer #Copyright
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	color: #333333;
	width: 934px;
	padding-top: 40px;
	text-align: right;
}

#Content h1
{
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 30px;
	color: #333333;
}

#Content p, #Content .RegularParagraph, #Content ul
{
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}

#Content a, #Content .RegularParagraph a
{
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #2b425b;
	text-decoration: none;
	border-bottom: dotted 1px #2b425b;
}

#Content a:hover, #Content .RegularParagraph a:hover
{
	border-bottom: solid 1px #2b425b;
}

.LoginErrorMsg
{
	font-family: Arial;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
	text-align: right;
}