/** Declare HTML **/
BODY {
	background-color: #72B5D2;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
BODY, TD, INPUT, TEXTAREA {
	font: 13px verdana, tahoma, arial;
	color: #403E3E;
}
A, .noVisibility A:hover {
	text-decoration: none;
	color: black;
}
A:hover {
	text-decoration: underline;
}
B {
	font-weight: normal;
	color: #770101;
}
H1 {
	margin: 0px;
	font: bold 24pt arial, helvetica, verdana;
	color: black;
}
H2 {
	margin: 0px 0px 0px 10px;
	font: bold 22pt arial, helvetica, verdana;
	color: black;
}
H3 {
	font: bold 14px verdana, tahoma, arial;
	margin: 0px;
	color: black;
}
I {
	font-style: normal;
	font-weight: bold;
	color: black;
}
UL {
	 margin: 5px;
	 padding-left: 20px;
}

/** Declare classes **/
A.activeLink {
	color: #2D5183;
}
A.underline {
	color: #03459B;
	text-decoration: underline;
}
A.underline:hover {
	text-decoration: none;
}
A.wordList {
	text-decoration: none !important;
	color: black;
	background-color: #FFB;
	cursor: help;
}
DIV.noVisibility {
	display: none;
	font-size: 10px;
	padding: 5px 0px 5px 10px;
}
DIV.noVisibility A:focus, DIV.noVisibility A:active  {
	color: #2D5183;
}
INPUT.loginButton {
	background-color: transparent;
}
INPUT.registerFields {
	border: 1px solid silver;
	width: 190px;
}
INPUT.loginFields {
	border: 1px solid silver;
	width: 195px;
	font-size: 10px;
}
DIV.greyOutText {
	color: dimgray;
	font-size: x-small;
	margin-top: 5px;
}
SPAN.unavailible {
	color: #505050;
	cursor: default;
}
TD.leftHeadlineText {
	font: bold 12px arial;
	padding-left: 5px;
	color: white;
	letter-spacing: 1px;
	border-bottom: 1px solid white;
	background-color: #2D5183;
}
IMG.navArrow {
	float: right;
	margin-right: 4px;
	margin-top: 2px;
}
TD.navTdUnselected {
	background-color: #F2F2F2;
	border-top: 1px solid white;
	border-bottom: 1px solid #CACACA;
	padding-left: 5px;
	font-size: 10px;
}
TD.navTdSelected {
	padding: 4px 0px 5px 5px;
	background-color: #D8D8D8;
	font-size: 10px;
}
TD.imageByline {
	font-size: 9px;
}
.printFormat {
	margin-left: 10px;
	clear: both;
	font-size: inherit;
	line-height: 130%;
}
A.floatingImage {
	display: block;
	float: right;
	margin: 15px 0px 0px 15px;
	font-size: 9px;
	font-style: italic;
	color: black;
}
A.floatingImage:hover {
	text-decoration: none;
}
.topGradient {
	background-image: url(img/gradient_top.gif);
	background-repeat: repeat-x;
}
.warningMessage {
	color: firebrick;
}

/** Declare ID's **/
#presentCat {
	position: absolute;
	width: 393px;
	left: 390px;
	top: 43px;
	font: bold 20px arial, helvetica, tahoma; 
	text-align: right;
	color: #2D5183;
	z-index: 1;
}
TABLE#copyFooter {
	padding-top: 10px;
	margin: 20px 0px 10px 0px;
	border-top: 1px solid #CDCDCD;
}
TABLE#copyFooter TD {
	margin-right: 10px;
	font-size: 9px;
	color: #9a9a9a;
}
