body {
	background-color: #8095CC;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
a:link {
	color: #383838;
	text-decoration: none;
}
a:visited { 
	color: #383838;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active { 
	color: #383838;
	text-decoration: none;
}
.Roster_Name {
	font-size: 36px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.News_Title {
	color: #3333FF;
	font-weight: bold;
	font-variant: normal;
}
.News_Text {
	color: #5A5A5A;
	background-color: #FFFFFF;
	padding: 5px;
}
.News_PostInfo {
	font-size: 12px;
}
.Table_Top {
	background-image: url(images/table-bg.gif);
}
.Table_Btm {
	background-image: url(images/table-btm.gif);
}
.Table_SideBdr {
	background-image: url(images/left-bdr.gif);
}
.code {
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 11px;
	border: #000000;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	line-height: 125%;
	border: #000000;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
.Table_Main {
	padding-right: 5px;
	padding-left: 5px;
/*	border: thin solid #0000FF; */
}
.Table_BG1 {
	background-color: #BAC5E2;
}
.Table_BG2 {
	background-color: #4C6FCC;
}
.Table_BG_BLK {
	background-color: #000000;
}
.Table_BG_News {
	background-color: #8096CC;
}
.Table_BG_WH {
	background-color: #FFFFFF;
}

.block {
	padding: 20px;
}
.block table { 
               margin-left: auto;
               margin-right: auto;
               border: thin solid black; 
               padding-left: 10px;
               padding-top: 10px;
               padding-bottom: 10px;
               }

.block caption {  
                 margin-left: auto;
                 margin-right: auto;
                 border: thin solid black; 
                 }