/* CSS Document */

.Links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #0033CC;
	text-decoration: none;
	cursor: hand;
}

.Links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #A66598;
	cursor: hand;
}

.Links:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: ;
	cursor: hand;
}
.SmallLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
}

.SmallLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFCC00;
	cursor: hand;
}

.SmallLinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;

	color: ;
	cursor: hand;
}
.WhiteLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
}

.WhiteLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFCC00;
	cursor: hand;
}

.WhiteLinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: ;
	cursor: hand;
}
.Content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.WhiteText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.Title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #006699;
	text-decoration: none;	
}

.TitleBar {
	background-color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	cursor: default;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
}

.Button {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #05547B;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.Button a   {
	color: #ffffff;
	text-decoration: none;
	background-color: #05547B;
	display: block;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	border: 2px outset #54A0C6;
	margin: 0px;
	padding: 2px;
}

.Button a:hover   {
	background-color: #006699;
	color: #FFFFCC;
	border: 2px outset #54A0C6;
	cursor: hand;
	margin: 0px;
	padding: 2px;
}
.Borders{
	background-color: #D8E4ED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #D8E4ED;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #D8E4ED;
}

