/*************************************************************/
/************************ Elements ***************************/
/*************************************************************/
HTML
{
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
IMG
{
	border: 0;
}
.Title
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14pt;
	font-weight: normal;
	color: Black;
}
BODY, .Normal
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
}
A, A:link, A:visited, A:active, A.Normal, A.Normal:active, A.Normal:link, A.Normal:visited
{
	font-size: 10pt;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
A:hover, A.Normal:hover
{
	font-size: 10pt;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
.NormalRed
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ff0000;
}
input, select, .CheckBox
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
}
/*************************************************************/
/************************  Header ****************************/
/*************************************************************/
.Banner_Bg
{
	background-position: right bottom;
	background-image: url(media/banner.jpg);
	background-repeat: no-repeat;
	height: 160px;
}
.Login, A.Login:link, A.Login:active, A.Login:visited
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	width: 0%;
	font-family: Arial;
	text-align: center;
	color: white;
	text-decoration: none;
}
A.Login:hover
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	width: 0%;
	font-family: Arial;
	text-align: center;
	color: white;
	text-decoration: underline;
}
/*************************************************************/
/************************** Menu *****************************/
/*************************************************************/
.RootMenuItem, A.RootMenuItem:link, A.RootMenuItem:visited, A.RootMenuItem:active
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #336699;
	font-family: Arial;
	text-decoration: none;
}
.RootMenuItemSelected, A.RootMenuItemSelected:link, A.RootMenuItemSelected:visited, A.RootMenuItemSelected:active, A.RootMenuItemSelected:hover, A.RootMenuItem:hover
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: navy;
	font-family: Arial;
	text-decoration: none;
}
.SubMenuItem, A.SubMenuItem:link, A.SubMenuItem:visited, A.SubMenuItem:active
{
	font-size: 12px;
	font-weight: normal;
	color: #336699;
	font-family: Arial;
	text-decoration: none;
}
.SubMenuItemSelected, A.SubMenuItemSelected:link, A.SubMenuItemSelected:visited, A.SubMenuItemSelected:active, A.SubMenuItemSelected:hover, A.SubMenuItem:hover
{
	font-size: 12px;
	font-weight: normal;
	color: navy;
	font-family: Arial;
	text-decoration: none;
}
/*************************************************************/
/************************* Footer ****************************/
/*************************************************************/
.Footer, A.Footer:link, A.Footer:visited, A.Footer:active
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Arial;
}
A.Footer:hover
{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	color: white;
	text-decoration: underline;	
}
/*************************************************************/
/********************** OrangeContainer **********************/
/*************************************************************/
.OrangeContainerTitle
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	font-family: Arial, Tahoma;
}
/*************************************************************/
/*********************** Feedback Form ***********************/
/*************************************************************/
.Feedback
{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Tahoma;
}
.FeedbackMessage
{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Tahoma;
	color: blue;
}
.FeedbackError
{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Tahoma;
	color: #ff0000;
}
A.Feedback, A.Feedback:active, A.Feedback:link, A.Feedback:visited
{
	color: #00008B;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	font-family: Arial, Tahoma;
}
A.Feedback:hover 
{
	color: #FF6600;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	font-family: Arial, Tahoma;	
}
