/* global styles: body, h1, h2, td, links */
body {
	background-color: #FFFFFF;
	background-image: url(../images/body_skin.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}
h1 {
	font-size: 12px;
	color: #57527E;
	font-weight: bold;
	margin-bottom: 5px;
}
h2 {
	font-size: 11px;
	color: #91867E;
	font-weight: bold;
	margin-bottom: 0px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: underline;
}
a:active {
	color: #0099CC;
	text-decoration: underline;
}

/* top navigation */
td.topNav {
	color: #FFFFFF;
}	
.topNav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.topNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.topNav a:hover {
	color: #C1BED1;
	text-decoration: none;
}
.topNav a:active {
	color: #C1BED1;
	text-decoration: none;
}

/* left navigation */
td.leftNav a:link {
	width: 100%;
	height: 22px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #433B67;
	text-decoration: none;
}
td.leftNav a:visited {
	width: 100%;
	height: 22px;
	display: block;
	color: #433B67;
	text-decoration: none;
}
td.leftNav a:hover {
	width: 100%;
	height: 22px;
	display: block;
	background-color: #FFFFFF;
	color: #8581A4;
	text-decoration: none;
}
td.leftNav a:active {
	width: 100%;
	height: 22px;
	display: block;
	background-color: #FFFFFF;
	color: #8581A4;
	text-decoration: none;
}
td.leftNav2 a:link {
	width: 100%;
	height: 44px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #433B67;
	text-decoration: none;
}
td.leftNav2 a:visited {
	width: 100%;
	height: 44px;
	display: block;
	color: #433B67;
	text-decoration: none;
}
td.leftNav2 a:hover {
	width: 100%;
	height: 44px;
	display: block;
	background-color: #FFFFFF;
	color: #8581A4;
	text-decoration: none;
}
td.leftNav2 a:active {
	width: 100%;
	height: 44px;
	display: block;
	background-color: #FFFFFF;
	color: #8581A4;
	text-decoration: none;
}

/* layout */
td.leftCol {
	background-color: #FFFFFF;
	background-image: url(../images/leftCol_skin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
td.rightCol {
	background-color: #EEEEEE;
}
