HTML,BODY {
   margin: 0px;
   cursor: default;
}


HTML,BODY,TD,P {
   font-family: tahoma,sans-serif;
   font-size:10pt;
} 

A {
	color: #000000;
}

TD.linksbarline1 {
   background: url("../Graphics/LinksBar_back_silver.jpg") repeat-x top left;
   border-left-style: solid; 
   border-left-width: 1; 
   border-right-style: solid; 
   border-right-width: 1;
}

TD.linksbarline2 {
   background: url("../Graphics/LinksBar_back_black.jpg") repeat-x top left;
   border-left-style: solid; 
   border-left-width: 1; 
   border-right-style: solid; 
   border-right-width: 1;
}

.links {
	color: #000000;
}

.links A{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.linkswhite {
	color: #FFFFFF;
}

.linkswhite A{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.links A:hover{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size:10pt;
}

.directorybar {
    background: url("../Graphics/TableBackground.jpg") repeat-x top left;
    color #FFFFFF;
}

.directorybar A{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold:
}

.directorybar A:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
}

TD.maincontent {
   width: 770px;
   padding: 5px;
   color: #000000;
}

.maincontent {
	vertical-align: top;
	font-size: 10pt;
	font-family: tahoma, arial, sans-serif;
}

.maincontent A {
	text-decoration: underline;
	color #000000;
}

 .maincontent A:hover {
 	text-decoration: underline;
	color #000000;
 }

.maincontenttitle {
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}

.maincontentsubtitle {
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}

.errormessage {
	font-size: 10pt;
	color: #FF0000;
	font-weight: bold;
}

TD.footer {
   vertical-align: top;
   width: 100%;
   height: 64px;
   padding: 5px;
   font-family: tahoma, arial, sans-serif;
   font-size: 8pt;
   border-left: 1 solid #000000; 
   border-bottom: 1 solid #000000; 
   border-right: 1 solid #000000;
   color: #FFFFFF;
}

TD.footer A {
   text-decoration: none;
   color: #FFFFFF;
}

TD.footer A:hover {
   text-decoration: underline;
}

TD.header {
   width: 100%;
   height: 150px;
   padding: 5px;
   font-family: tahoma, arial, sans-serif;
   font-size: 8pt;
   background: #000000 url('../Graphics/ClearviewBanner.jpg') no-repeat top left;
   color: #000000;
   background-repeat: no-repeat; 
   border: 1 solid #000000; 
   background-position: left top;
}

TD.header A {
   text-decoration: none;
   color: #FFFFFF;
}

TD.header A:hover {
   text-decoration: underline;
}

INPUT.contact {
   font-family: tahoma, arial, sans-serif;
   font-size: 8pt;
}

TEXTAREA.contact {
   font-family: tahoma, arial, sans-serif;
   font-size: 8pt;
}

TD.calmonthchooserheader {
   width: 100%;
   vertical-align: middle;
   background-color: #000000;
   font-size: 10pt;
   color: #EFEEF0;
   font-weight: bold;
   background-image: url('../graphics/TableBackground.jpg');
   background-repeat: repeat-x;
   background-position: middle
}

TD.calmonthchooser {
   width: 33%;
   vertical-align: middle;
   background-color: #D1D0D0;
   font-size: 8pt;
   color: #000000;
   font-weight: bold;
}

TD.calendarheader {
   width: 14%;
   vertical-align: middle;
   height: 20px;
   background-color: #000000;
   font-size: 8pt;
   color: #EFEEF0;
   font-weight: bold;
   background-image: url('../graphics/TableBackground.jpg');
   background-repeat: repeat-x;
   background-position: middle;
}

TD.calendarheader A {
   width: 14%;
   vertical-align: middle;
   height: 20px;
   background-color: #000000;
   font-size: 8pt;
   color: #EFEEF0;
   font-weight: bold;
   background-image: url('../graphics/TableBackground.jpg');
   background-repeat: repeat-x;
   background-position: middle;
}

TD.calendar {
   width: 14%;
   vertical-align: top;
   height: 50px;
   font-size: 8pt;
   border: 1 ridge #C0C0C0;
   font-weight: bold;
}

TD.NormalTableHeader {
   vertical-align: bottom;
   height: 20px;
   background-color: #000000;
   font-size: 8pt;
   color: #EFEEF0;
   font-weight: bold;
   background-image: url('../graphics/TableBackground.jpg');
   background-repeat: repeat-x;
   background-position: middle;
}

TD.NormalTableNoBorder {
   vertical-align: top;
   font-size: 8pt;
   background-color: #D1D0D0;
   color: #000000;
   border: 0;
   font-weight: bold;
}

TD.NormalTable {
   vertical-align: top;
   font-size: 8pt;
   border: 1 ridge #C0C0C0;
   background-color: #D1D0D0;
   color: #000000;
   font-weight: bold;
}

TD.NormalTableBottomLine {
   vertical-align: top;
   font-size: 8pt;
   border-bottom: 1 ridge #000000; 
   font-weight: bold;
}

input.button {
   background-image: url('../graphics/LinksBar_back_silver.jpg'); 
   background-repeat: repeat-x; 
   font-family: tahoma,sans-serif; 
   font-size: 8pt; 
   color: #000000; 
   font-weight: bold; 
   border: 1px solid;
   border-color: #C3C2C2 #505050 #505050 #C3C2C2;
   cursor: hand; 
}

