/* Stylesheet definitions */

body {
	background-color: white;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	font-family: sans-serif, Arial, Helvetica, Verdana;
	font-style: normal;
	font-variant: normal;
	font-size: 8pt;
	font-weight: normal;
	font-stretch: normal;
}

table {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: sans-serif, Arial, Helvetica, Verdana;
	font-style: normal;
	font-variant: normal;
	font-size: 8pt;
	font-weight: normal;
	font-stretch: normal;
	color: #CCCCCC;
}

tr {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

th {
	font-family: sans-serif, Arial, Helvetica, Verdana;
	font-style: normal;
	font-variant: normal;
	font-size: 10pt;
	font-weight: normal;
	font-stretch: normal;
	color: #222222;
	text-align: left;
}

td {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

td.Rule {
	border-bottom: 1px dotted #CCCCCC;
}

td.Section {
	padding-top: 5px;
}

img {
	border: 0px;
}

img.Image {
	border: 5px solid white;
}

img.ImageLeft {
	border-top: 5px solid white;
	border-left: 5px solid white;
	border-bottom: 5px solid white;
}

img.ImageRight {
	border-top: 5px solid white;
	border-right: 5px solid white;
	border-bottom: 5px solid white;
}

a {
	color: #003366;
	text-decoration: none;
}

a:active {
	color: #003366;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}

table.Content {
	width: 750px;
}

table.Banner {
	width: 100%;
}

td.BannerInfo {
}

td.Logo {
}

table.MainMenu {
	width: 100%;
}

td.MenuGradient {
	width: 282px;
	background-image: url('images/gradient.gif');
	background-repeat: repeat-y;
}

td.MenuCellNormal {
	color: #222222;
	background-color: #DCDCDC;
	padding: 5px;
	text-align: center;
	font-size: 10pt;
	border-top: 1px solid #DCDCDC;
	border-right: 1px dotted #FFFFFF;
	border-bottom: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
}

td.MenuCellLast {
	color: #222222;
	background-color: #DCDCDC;
	padding: 5px;
	text-align: center;
	font-size: 10pt;
	border: 1px solid #DCDCDC;
}

td.MenuCellSelectedNormal {
	color: #222222;
	background-color: #EFEFEF;
	padding: 5px;
	text-align: center;
	font-size: 10pt;
	border: 1px solid #CCCCCC;
}

td.MenuCellSelectedLast {
	color: #222222;
	background-color: #EFEFEF;
	padding: 5px;
	text-align: center;
	font-size: 10pt;
	border: 1px solid #CCCCCC;
}

a.MenuItem {
	color: #003366;
	text-decoration: none;
}

a.MenuItem:active {
	color: #003366;
	text-decoration: none;
}

a.MenuItem:hover {
	color: #003366;
	text-decoration: underline;
}

img {
	border: none;
}

table.Page {
	width: 100%;
}

table.Column {
	color: #222222;
	background-color: #EFEFEF;
	text-align: center;
	font-size: 10pt;
	border: 1px dotted #CCCCCC;
	width: 100%;
}

td.Column {
	padding-right: 5px;
}

td.ColumnLast {
}

table.Foot {
	width: 100%;
}

td.Foot {
	color: #666666;
	text-align: right;
	padding-right: 5px;
	border-top: 1px dotted #CCCCCC;
}

.NewsDate {
	font-size: 8pt;
	text-align: left;
	border-top: 1px dotted #CCCCCC;
   font-weight: bold;
}

td.NewsStart {
	font-size: 8pt;
	text-align: left;
	border-top: 1px dotted #CCCCCC;
}

td.News {
	font-size: 8pt;
	text-align: left;
}

table.List {
	color: #222222;
	text-align: left;
	font-size: 10pt;
}

td.ListLabel {
	font-weight: bold;
	padding-top: 5px;
}

td.ListValue {
	padding-left: 20px;
	padding-top: 5px;
}

td.ListCell {
	font-size: 8pt;
	text-align: left;
	border-top: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
	padding: 2px;
}

td.SmallText {
	font-size: 8pt;
}

li {
	padding-top: 10px;
}

.collapsibleContent {
	display: none;
}

td.InputCaption {
	color: #222222;
	font-size: 8pt;
	font-weight: bold;
	padding-top: 10px;
}

input.Input {
	border:1px solid #DCDCDC;
	background: white;
	font-size: 10pt;
	font-weight: normal;
}

input.InputText {
	border:1px solid #DCDCDC;
	background: white;
	font-size: 10pt;
	font-weight: normal;
	width: 100%;
}

.InputButton {
	color: #222222;
	border:1px solid #222222;
	background: #DCDCDC;
	font-size: 8pt;
	font-weight: bold;
}

.Obligatory {
	color: red;
}

