body {
	

	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-image: url(../images/main_bg.jpg);
	/*background-color: #c7ccd1;*/
	background-color: #4a85ab;
	background-repeat: repeat-x;

	font-family: Palatino Linotype, arial;
	font-size: 8pt;

	color: #505050;


}


p {

	font-size: 10pt;
}

h1 {

	font-size: 13pt;
	color: #012a79;
}

.title {
	
	
	font-size: 10pt;
	font-weight: bold;

}

.titleLarge {
	font-size: 12pt;
	font-weight: bold;
}

.titleSmall 
{
	font-size: 9pt;
	font-weight: bold;
}


.upcomingSessions 
{
	margin: 0px 10px 10px 10px;
	font-size: 9pt;
	text-align: left;
}

.quotes {

	margin: 20px 10px 10px 10px;
	font-size: 9pt;
	text-align: left;
}

.quotesSource {
	margin: 2px 10px 10px 10px;
	font-size: 9pt;
	text-align: right;
	font-style: italic;
}

.loginText {
	font-size: 8pt;
}

.textInput {

	width: 120px;
}

hr {

	color: ghostwhite;
}

a:hover
{
	color: blue;
	text-decoration: underline;
}

a:visited
{
	
	color: blue;
	text-decoration: none;
}


a:visited:hover
{
	
	color: blue;
	text-decoration: underline;
}

a:link
{
	
	color: blue;
	text-decoration: none;
}

.outSideMainTable{
	text-align: left;
	align: left;
	border-right: solid 0px silver;
	background-image: url(../images/edge_bg.gif);
}

.headerTable {
	text-align: left;
	align: left;
	background-color: white;
	width: 900px;
}

.menuTable {
	text-align: left;
	align: left;
	background-image: url(../images/headerMenu.jpg);
	width: 900px;
}

.bodyHeaderTable {
	background-color: blue;
	width: 100%;
	background-image: url(../images/headerMenu.jpg);
	height: 139px;
	
}

.bodyTable {
	text-align: left;
	align: left;
	
	background-color: white;
	width: 100%;
}

.bodyBody {
	margin: 0px 5px 0px 5px;
}

.footerTable {
	width: 100%;
	height: 20px;
	background-color: #c2dbf1;
	font-size: 10pt;
	text-align: center;
}

.smallTitle {
	font-size: 9pt;
}

/*news scrool */


#pscroller1{
	width: 170px;
	height: 100px;
	border: 0px solid black;
	padding: 5px;
	text-align: left;
	font-family: Palatino Linotype, arial;
	font-size: 10px;
}

#pscroller1 a:link{
	text-decoration: none;
	color: #3366CC;
}
#pscroller1 a:hover{
	text-decoration: underline;
	color: #CC0000;
}
#pscroller1 a:visited{
	text-decoration: none;
	color: #3366CC;
	
}
#pscroller1 a:visited:hover{
	text-decoration: underline;
	color: #CC0000;
}

.newsSource{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
	
}

.registrationFormLeftColumn 
{
	
	background-color: ghostwhite;	
	width: 160px;
	
}

.billingTD 
{
	color: brown;
}


.contactForm {


	border: solid 1px gray;
}

.contactTitle {
	background-color: ghostwhite;
	margin: 5px 5px 5px 5px;
	text-indent: 5px;
}

.verticalHR {

	border-right: solid 1px silver;

}

.activeTab {

	background-image: url(../images/activeTab_bg.jpg); 
	background-repeat: repeat-x;
	margin: 3px 3px 3px 3px;
	padding: 5px 3px 3px 5px;
	color: white;
	font-size: 11pt;
	font-weight: bold;
	white-space: nowrap;

}

.inactiveTab {
	
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 5px;
	font-size: 10pt;
	font-weight: bold;
	white-space: nowrap;
	
}

.inactiveTab a {

	color: #505050;
}

.inactiveTab a:hover {

	color: blue;
	text-decoration: none;
	
}

.inactiveTab a:visited:hover {

	color: blue;
	text-decoration: none;
}

.inactiveTab a:visited {
	
	color: #505050;
}

.pageTitle {
	font-size: 20pt;
	color: #FFFFFF;
}

