﻿body {
	margin:0;
	padding:0;
	font-family: Arial;
	font-size: 12px;
}

input, textarea {
	font-family: Arial;
	font-size: 12px;
}

select {
	font-family: Arial;
	font-size: 12px;
}

.Border {
	border: 1px solid black;
	padding-left: 2px;
}

.Footer {
	color: #747678;
	font-size: 11px;
	margin-top: 20px;
}

.Navigation .BoxHeader {
	border: 0px;
	padding: 0px 0px 0px 6px;
	height: 23px;
}

.Navigation .Box {
	font-family: Trebuchet MS, Arial;
	border: solid 1px #D6D6D6;
	border-top: 0px;
	padding: 0px 0px 0px 6px;
}

.Navigation .Box a {
	color: Black;
	text-decoration: none;
}

.Navigation .Box .Small {
	font-family: Arial;
	font-size: 10px;
	text-decoration: underline;
}

.Navigation .ActiveBox {
	font-family: Trebuchet MS, Arial;
	border: solid 1px #D6D6D6;
	border-top: 0px;
	padding: 0px 0px 0px 6px;
	background-image: url("NavigationActiveBackground.png");
}

.Navigation .ActiveBox a {
	color: #FF1300;
	font-weight: bold;
	text-decoration: none;
}

.Navigation .Box .Line {
	padding: 0px 0px 0px 0px;
}

.Navigation .Box .BoldLine {
	padding: 3px 0px 3px 0px;
	color: #FF1300;
	font-weight: bold;
}

.Content {
	font-size: 12px;
}

.Content a {
	color: #FF1300;
}

.Content .More a {
	padding-left: 5px;
	color: #FF1300; 
	font-size: 10px;
	text-decoration: underline;
}

.Content h1 {
	color: #FF1300;
	margin: 5px 0px 10px 0px;
	font-size: 16px;
}

.Content h2 {
	color: #FF1300;
	margin: 10px 0px 2px 0px;
	font-size: 12px;
	font-weight: bold;
}

.Content ul {
	list-style-image: url("Arrow.png");
}

.Content li {
	margin-bottom: 4px;
}

.Content .BoxHeader {
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	background-image: url("BoxHeader.png");
	width: 132px;
	color: White;
	padding: 4px 4px 3px 7px;
}

.Content .Box {
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	border: solid 1px #D6D6D6;
	border-top: 0px;
	padding: 2px 0px 1px 7px;
}

.Content .ActiveBox {
	background-image: url("BoxActiveBackground.png");
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	border: solid 1px #D6D6D6;
	border-top: 0px;
	padding: 2px 0px 1px 7px;
}

.Content .Box a, .Content .ActiveBox a {
	color: Black;
	text-decoration: none;
}

.Content .FootNote {
	font-size: 10px;
	color:  #FF1300;
}

.RowHeader {
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
	color: #FF1300;
}

.RowHeader a {
	text-decoration: none;
}

.Row {
	font-family: Trebuchet MS, Arial;
	background-color: #F1EEEE;
}

.Row .Small {
	font-size: 10px;
}

.AlternatingRow {
	font-family: Trebuchet MS, Arial;
	background-color: #E3E4E4;
}

.AlternatingRow .Small {
	font-size: 10px;
}


.Error {
	color: Black;
	font-weight: bold;
	margin: 30px;
}

.Success {
	color: Red;
	font-weight: bold;
	margin: 30px;
}

.Menu {
	background-image: url('../Gfx/MenuBackground.png'); 
	background-repeat: no-repeat;
    	height: 408px; 
    	padding: 1px 0px 0px 15px;
    	font-family: Trebuchet MS, Arial;
}

.MenuHeader {
	padding: 2px 5px 2px 10px;
	font-weight: bold;
	background-color: White;
}

.MenuRow {
	padding: 2px 5px 2px 10px;
	background-color: #E6E3DB;
	background-color: #E6E3DB;
}

.MenuRow a {
	color: Black;
	text-decoration: none;
}

.ActiveMenuRow {
	padding: 2px 5px 2px 10px;
	background-color: #E6E3DB;
	background-color: #E6E3DB;
}

.ActiveMenuRow a {
	color: #FF1300;
	text-decoration: none;
	font-weight: bold;
}

.TabNavigation {
	background-image: url("TabNavigationBackground.png");
	padding: 10px;
	font-family: Trebuchet MS, Arial;
	background-repeat:no-repeat;
}

.TabNavigationHeader {
	color: #FF1300;
	font-weight: bold;
	margin: 5px;
}

