/* CSS Document */

/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}

.YellowTextCenter {
	color: #FFFF66;
	text-align: center;
	background-color: #000000;
	font-weight: ;
}


.WhiteText {
color: #FFFFFF
}

.WhiteTextSmall {
	color: #FFFFFF;
	font-size: x-small;
	background-color: #000000;
}

.LinksBlackBg {
	background-color: #000000;
	color: #375FFF;
	font-size: large;
	font-weight: bold;
}

.LinksBlackBg:Visited {
	background-color: #000000;
	color: #9900FF;
	font-size: large;
	font-weight: bold;
}

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: inherit;
	font-weight: bold;
	color: #FFFF66;
	background-color: #000000;
}

.navigationDisabled {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #111111;
	display: inline;
	padding: 3px;
	width: 120px;
	border-bottom: Blue;
	border-left-width: thin;
	border-left-style: ridge;
	border-right-style: ridge;
	border-right-width: thin;
	border-top-style: ridge;
	border-top-width: thin;
	border-bottom-style: ridge;
	border-bottom-width: thin;
	border-color: #0000CC;
	border-right-color: #0080FF;
	border-bottom-color: #0080FF;
}

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #111111;
	display: inline;
	padding: 4px;
	width: 120px;
	border-bottom: Blue;
	border-left-width: thin;
	border-left-style: ridge;
	border-right-style: ridge;
	border-right-width: thin;
	border-top-style: ridge;
	border-top-width: thin;
	border-bottom-style: ridge;
	border-bottom-width: thin;
	border-color: #0080FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000CC;
}


.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
	background-color: #CCCCCC;
	display: inline;
	padding: 4px;
	width: 120px;
}

.SubMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF7C;
	text-decoration: none;
	background-color: #111111;
	display: block;
	padding: 4px;
	width: 120px;
	border-bottom: Blue;
	border-left-width: medium;
	border-left-style: ridge;
	border-right-style: ridge;
	border-right-width: medium;
	border-top-style: ridge;
	border-top-width: medium;
	border-bottom-style: ridge;
	border-bottom-width: medium;
	border-color: #0080ff;
	border-right-color: #0000CC;
	border-bottom-color: #0000cc;
	margin-top: 2px;
}

.SubMenuDisabled {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
    color: #333333;
	text-decoration: none;
	background-color: #111111;
	display: block;
	padding: 4px;
	width: 120px;
	border-bottom: Blue;
	border-left-width: medium;
	border-left-style: ridge;
	border-right-style: ridge;
	border-right-width: medium;
	border-top-style: ridge;
	border-top-width: medium;
	border-bottom-style: ridge;
	border-bottom-width: medium;
	border-color: #0000CC;
	border-right-color: #0080FF;
	border-bottom-color: #0080ff;
	margin-top: 2px;
}

.SubMenu:Hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
	background-color: #dddddd;
	margin-top: 2px;
}

