
A { 	text-decoration: none; }
P {    
	font-family : "Comic Sans MS";
	font-size : 12 px;
	font-weight : bold;
}

P.breakhere {page-break-before: always}
			 
td.	{    
	font-family : "Comic Sans MS";
	font-size : 14 px;
	font-weight : bold;
}

td.LeftMenu 
{
	font-family: 'Comic Sans MS'; 
    font-size: 13; 
	font-weight: bold; 
	background-color: #FFFFB0; 
	background-repeat: no-repeat; 
	border: 1 solid Gray; 
	border-bottom: 1 solid Gray 1; 
	border-top: 1 solid Gray; 
	padding-bottom: 2; 
	padding-top: 2;
}
  
.LeftMenu 
{
	font-family: 'Comic Sans MS'; 
    font-size: 13; 
	font-weight: bold; 
	background-color: #FFFFB0; 
	background-repeat: no-repeat; 
	border: 1 solid Gray; 
	border-bottom: 1 solid Gray 1; 
	border-top: 1 solid Gray; 
	padding-bottom: 2; 
	padding-top: 2;
}

.spanstyle 
{
	position:absolute;
	visibility:visible;
	top:-50px;
	font-size:8pt;
	font-weight:700;
	font-family:Comic Sans MS;
	color:white;
}

.FormBox1
{
	background-color: #88cd88;
	font-family : "Comic Sans MS";
	font-size : 70%;
	font-weight : normal;
	border-top : ridge;
}
.FormBox2
{
	font-family: "Comic Sans MS";
	background-color : #FF6363;
	font-size : 70%;
	font-weight : normal;
	border-top : ridge;
}
.BackButton
{
	font-family: "Comic Sans MS";
	background-color : #FF9C31;
	font-size : 70%;
	font-weight : normal;
	border-top : ridge;
}
.SmallTextButton
{
	font-family: "Comic Sans MS";
	font-size : 60%;
	color : Black;
}
.GreenButton
{
	font-family: "Comic Sans MS";
	background-color : green;
	font-size : 70%;
	font-weight : normal;
	border-top : ridge;
}
.FormText1
{
	font-family: Comic Sans MS;
	font-size : 14px;
	font-weight : bold;
}
.FormText1White
{
	font-family: Comic Sans MS;
	font-size : 14px;
	font-weight : bold;
	font-color : #ffffff;
}

.FormText2
{
	font-family: Comic Sans MS;
	font-size : 11px;
}


 SELECT,INPUT
 {
     COLOR: black;
 	FONT-FAMILY: "Comic Sans MS";
     FONT-SIZE: 12px;
 }
 A,A:Link,A:Visited
 {
     COLOR: Blue;
 	FONT-FAMILY: "Comic Sans MS";
     TEXT-DECORATION: none
 }
 A:hover
 {
     COLOR: red;
     TEXT-DECORATION: none
 }
 A.menu,A.menu:Link,A.menu:Visited
 {
     COLOR: #000066;
 	FONT-FAMILY: "Comic Sans MS";
     FONT-SIZE: 12px;
     TEXT-DECORATION: none
 }
 A.top,A.top:Link,A.top:Visited
 {
     COLOR: #ffffff;
 	FONT-FAMILY: "Comic Sans MS";
     FONT-SIZE: 12px;
     TEXT-DECORATION: none
 }
 A.heading,A.heading:Link,A.heading:Visited
 {
     COLOR: CCCC66;
 	FONT-FAMILY: "Comic Sans MS";
     FONT-SIZE: 12px;
     TEXT-DECORATION: none
 }
 A.menu:hover
 {
     COLOR: white;
     FONT-WEIGHT: normal;
 }
 .HIGHLIGHT
 {
     font-weight: bold;
     COLOR: RED;
 }
 .NORMAL
 {
     COLOR: WHITE;
 }
 .WHITE
 {
     COLOR: WHITE
 }
 
  
#sidebar {
	left: 24px;
	top: 90px;
	width: 130px;
	font-size: 75%;
	font-family : "Comic Sans MS";
	font : 500;

}
#navlist {
	margin: 0;
	/*removes indent IE and Opera*/
	padding: 0;
	/*removes indent Mozilla and NN7*/
	list-style-type: none;
	/*turns off display of bullet*/
}   		   

#navlist a, #navlist a:visited {
		display: block;
	padding: 2px 10px 3px 8px;
	background-image: url(images/ButtonBackground.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #000000;
	text-decoration: none;
	height : 20px;
}  
#navlist a:hover {
background-image:  url(images/ButtonBackgroundOn.gif);
color: #2D1E2D;
}