body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #5D6080;
	background-image: url(assets/tba_02.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}



a {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #AFB1C8;
	text-decoration: underline;
}

a:hover {
	color: #AFB1C8;
	text-decoration: none;
}

h1 { font-size: 180%; color: #D0C5A7; }
h2 { font-size: 140%; color: #D0C5A7; }
h3 { font-size: 100%; color: #D0C5A7; }

hr {
	color: #AFB1C8;
	background-color: #AFB1C8;
	height: 1px;
	border: 0;
}

#calendar {
	color: #5D6080;
	border: 1px solid #FFFFFF;
	background-color: #D0C5A7;
	width: 100%;
}

#calendar td {
	vertical-align: top;
	padding-right: 10px;
	border-bottom: 1px dotted #FFFFFF;
}

#calendar th {
	width: 140px;
	vertical-align: top;
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
	border-bottom: 1px dotted #FFFFFF;
}

#mainContent {
	padding-top: 20px;
	padding-left: 24px;
 	font-size: 14px;
	/*/*/font-size: 100%; /* */
}

#borderTable a:link, #borderTable a:visited, #borderTable a:active {
	color: #8A8DAD;
	text-decoration: underline;
}

#borderTable a:hover {
	color: #8A8DAD;
	text-decoration: none;
}

#borderTable {
	color: #5D6080;
	border: 1px solid #FFFFFF;
	background-color: #D0C5A7;
}

#borderTable td {
	vertical-align: top;
	padding-right: 10px;
	border-bottom: 1px dotted #FFFFFF;
}

#borderTable th {
	vertical-align: top;
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
	border-bottom: 1px dotted #FFFFFF;
}

#mainTable {
	border: 1px solid #FFFFFF;
	background-color: #D0C5A7;
}

#mainTable td {
	vertical-align: top;
	padding-right: 10px;
}

#mainTable th {
	vertical-align: top;
	color: #5D6080;
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
}

#homeContent {
	padding-top: 20px;
	padding-left: 24px;
 	font-size: 14px;
	background-image: url(assets/tba_15.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	/*/*/font-size: 100%; /* */
}

#topnav {
	padding-left: 28px;
 	font-size: 14px;
	background-color: #AFB1C8;
	border-bottom: 1px solid #FFFFFF; 
}
 
#topnav a:link, #topnav a:visited, #topnav a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#topnav a:hover {
	color: #5D6080;
	text-decoration: underline;
}