a:link {
        color: blue;
		text-decoration: none;
		outline: none;
}

a:visited {
	color: blue;
	text-decoration: none;
	outline: none;
}
a.a2:link {
        color: red;
		text-decoration: none;
		outline: none;
}

a.a2:visited {
	color: red;
	text-decoration: none;
	outline: none;
}
a.bold_12:link{
	font-size:	12pt;
	font-weight: bold;
	color: blue;
	text-decoration: none;
	outline: none;
}
a.bold_12:visited{
	font-size:	12pt;
	font-weight: bold;
	color: blue;
	text-decoration: none;
	outline: none;
}

a.menu:link {
        color: white;
		text-decoration: none;
}

a.menu:visited {
        color: white;
		text-decoration: none;
}

a.menu:hover {
        color: black;
		text-decoration: none;
}

a.menu:focus {
        color: black;
		text-decoration: none;
}

.bodyCopy {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}
.bodyCopy2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
}
.formCopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
}
.bodyCopyHead {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}
.bodyCopy2Header {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
}
.bodyCopyItalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: oblique;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ff9900;
	text-decoration: none;
}

body {
  background     : 	#F0D9D3;
  font-family    : "Times New Roman", Times, serif;
}

blockquote {
  color         : blue;
  background    : white;
  padding-left  : 0.5in;
  padding-right : 0.5in;
}

table {
  font-size   : 11pt;
}

TD.CellMenu {
        font-family	: "Times New Roman", Times, serif;
        font-size	: 11pt;
        font-weight	: bold;
        color		: white;
        background	: black;
        border		: 1px solid red;
        h: expression(onmouseover=new Function("this.style.backgroundColor='gray'; this.style.color='black';"),
        				onmouseout=new Function("this.style.backgroundColor='black'; this.style.color='white';"));
}

TD.CellMenu:hover {
        font-family	: "Times New Roman", Times, serif;
        font-size	: 11pt;
        font-weight	: bold;
        color		: black;
        background	: gray;
        border		: 1px solid black;
}

TD.CellMenuSelected {
        font-family	: "Times New Roman", Times, serif;
        font-size	: 11pt;
        font-weight	: bold;
        color		: white;
        background	: red;
        border		: 1px solid black;
        h: expression(onmouseover=new Function("this.style.backgroundColor='gray'; this.style.color='black';"),
        				onmouseout=new Function("this.style.backgroundColor='red'; this.style.color='white';"));
}

TD.CellMenuSelected:hover {
        font-family	: "Times New Roman", Times, serif;
        font-size	: 11pt;
        font-weight	: bold;
        color		: black;
        background	: gray;
        border		: 1px solid black;
}

TD.CellMeeting {
        font-family	: "Times New Roman", Times, serif;
        font-size	: 14pt;
        font-weight	: bold;
        color		: red;
        background	: white;
        border		: 10px double red;
        border-width: 7px;
        padding		: 0.125in;
}

TD.CellCounter {
        font-family: helvetica, arial, sans serif;
        font-size: 10pt;
        background-color: black;
		color: red;
        border: 1px solid black;
}

TD.CellMenuBG {
        font-family		: "Times New Roman", Times, serif;
        font-size		: 24pt;
        font-weight		: bold;
        color			: #ffffff;
        background		: #F0D9D3;
        padding-left   	: 0.1in;
  		padding-right  	: 0.1in;
  		padding-top		: 0.125in;
  		padding-bottom 	: 0.2125in;
        border			: 0px solid black;
}

TD.CellBody {
        font-family		: "Times New Roman", Times, serif;
        color			: #000000;
        background		: #ffffff;
        padding-left   	: 0.1in;
  		padding-right  	: 0.1in;
  		padding-top		: 0.125in;
  		padding-bottom 	: 0.125in;
        border			: 0px solid black;
}

TD.CellTitles {
        font-family		: "Times New Roman", Times, serif;
        font-size		: 20pt;
        font-weight		: bold;
        color			: white;
        background		: red;
        border			: 2px solid black;
}

TD.CellSubTitles {
        font-family		: "Times New Roman", Times, serif;
        font-size		: 14pt;
        font-weight		: bold;
        color			: white;
        background		: black;
        border			: 2px solid red;
}

TD.CellDataHeader {
        font-family		: "Times New Roman", Times, serif;
        font-size		: 10pt;
        font-weight		: bold;
        color			: white;
        background		: black;
        border			: 1px solid black;
}

TD.CellData {
        font-family		: "Times New Roman", Times, serif;
        font-size		: 10pt;
        font-weight		: bold;
        color			: black;
        background		: lightGray;
        border			: 1px solid black;
}
TD.CellData12 {
        font-family		: "Times New Roman", Times, serif;
        font-size		: 12pt;
        font-weight		: bold;
        color			: black;
        background		: lightGray;
        border			: 1px solid black;
}
TD.Header {
        font-family		: "Times New Roman", Times, serif;
        font-size		: 26pt;
        font-weight		: bold;
        color			: #ffffff;
        background		: #6F605D;
        padding-left   	: 0.1in;
  		padding-right  	: 0.1in;
  		padding-top		: 0.125in;
  		padding-bottom 	: 0.125in;
        border			: 0px solid black;
}

TD.ClassDesc {
        font-family		: "Times New Roman", Times, serif;
        font-size		: 18pt;
        font-weight		: bold;
        color			: #ffffff;
        background		: #6F605D;
        padding-left   	: 0.1in;
  		padding-right  	: 0.1in;
  		padding-top		: 0.125in;
  		padding-bottom 	: 0.125in;
        border			: 0px solid black;
}

TD.ClassInfo {
        font-family		: helvetica, arial, sans serif;
        font-size		: 12pt;
        font-weight		: bold;
        padding-left   	: 0.1in;
  		padding-right  	: 0.1in;
  		padding-top		: 0.125in;
  		padding-bottom 	: 0.125in;
        border			: 0px solid black;
}

.about_us a:hover{
	background: transparent url("/ui_images/about_us_2.png") no-repeat 0 0;
}

.about_us a:focus{
	background: transparent url("/ui_images/about_us_2.png") no-repeat 0 0;
}

* html .about_us a:active{
	background: transparent url("/ui_images/about_us_2.png") no-repeat 0 0;
}

div.overDiv {
	position:absolute; 
	visibility:hidden; 
	z-index:1000;
}

div.accordionTabTitleBar{
	border-top: 		1px solid white;
	padding:			5px;
	font-size:			14pt;
}

ul.details {
		font-family: helvetica, arial, sans serif;
        font-size		: 12pt;
        font-weight		: bold;        

}

#pscroller1{
		font-family		: "Times New Roman", Times, serif;
        font-size		: 12pt;
        font-weight		: bold;  
        width			: 100%;
		height			: 35px;
		color			: red;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}
.someclass{ 

}