/* top region of all pages */
TD.TopImage {
	background: #eaeaff;
	background-image: url(/images/brgrad.gif);
	background-attachment: fixed;
	background-repeat: repeat-y;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

.TopTitle {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

.TopInfo {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

A.TopNav {
	background: #eaeaff;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

A.TopNav:hover {
	background: #303080;
	color: #eaeaff;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

/* navigation column on the left side */
TD.NavBase {
	background: #eaeaff;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:blue;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:blue;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:blue;
}

TD.NavTitle {
	width: 75;
	background: #c0c0ff;
	background-image: url(/images/titlebar.gif);
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:blue;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:blue;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

TD.NavEntry {
	height: 25;
	background: #eaeaff;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

TD.NavBackEntry {
	height: 25;
	background: #eaeaff;
	background-image: url(/images/backSmall.gif);
	background-repeat: no-repeat;
	background-position:0px 3px;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

/* submenu title */
TD.NavSubTitle {
	width: 75;
	background: #eaeaff;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:blue;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:blue;
	border-left-width:4px;
	border-left-style:solid;
	border-left-color:blue;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

/* submenu entry */
TD.NavSubEntry {
	height: 25;
	background: #eaeaff;
	background-repeat: no-repeat;
	background-position:3px 3px;
	border-left-width:4px;
	border-left-style:solid;
	border-left-color:blue;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

A.NavEntry {
	background: #eaeaff;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

A.NavEntry:visited {
	background: #eaeaff;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

A.NavEntry:hover {
	background: #303080;
	color: #eaeaff;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

/* content title on the right side */
TD.ContentHeader {
	background: #c0c0ff;
	background-image: url(/images/titlebar.gif);
	border-width:1px;
	border-style:solid;
	border-color:blue;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

/* content */
TD.ContentListFirst {
	background: #ffffff;
	border-width:1px;
	border-style:solid;
	border-color:blue;
	color: #000000;
	text-decoration: none;
}

/* content */
TD.ContentList {
	background: #ffffff;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:blue;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:blue;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:blue;
	color: #000000;
	text-decoration: none;
}

/* content footer on the right side */
TD.ContentFooter {
	background: #c0c0ff;
	border-width:1px;
	border-style:solid;
	border-color:blue;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

/* calendar tables in news */
TD.Calendar {
	background: #ffffff;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

.CalendarNoEntry {
	background: #ffffff;
	color: #aaaaaa;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

.Delimiter {
	color: #303080;
	background: #eaeaff;
	font-family:  Arial, Helvetica,Verdana, sans-serif;
	font-size: 12px;
}


