/* CSS Document */

.lightBlueText {
	color: #6C9CD1;
}
a.sideNav:link {
    color: #ffffff;
    text-decoration: none;
	font-size: 12px;
}
a.sideNav:visited {
    color: #ffffff;
    text-decoration: none;
}
a.sideNav:hover {
    color: #FAB035;
}
.textAlignCenter {
	text-align: center;
	border-right: #6C9CD1;
}
.textAlignRight {
	text-align: right;
}
.fontColorWhite {
	color: #FFFFFF;
}
.topHeader {
	color: #FAB035;
	font-size: 16px;
}
.bgHeader {
	background-image: url(www/images/header_bg.jpg);
}
body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style21 {font-size: 14px;
          font-weight: bold;
	      text-decoration: underline;
		  color: #FAB035;}
.bottomHeader {
	color: #72879A;
	font-size: 14px;
	
	font-weight: bold;
}
a:link {
	font-weight: bold;
	color: #6C9CD1;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	font-weight: bold;
	color: #6C9CD1;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #FAB035;
}
a.themes:link {
    color: #6C9CD1;
    text-decoration: underline;
	font-size: 13px;
}
a.themes:visited {
    color: #6C9CD1;
    text-decoration: underline;
}
a.themes:hover {
    color: #FAB035;
}
