.warning { 
font: #000000;
border-style: solid;
border-color: #ffcc33;
border-width: 2px;
background: #ffff99;
margin: auto;
font-size: 10pt;
text-align: center;
}
.warning p {
margin: 8px;
}
.error { 
font: #000000;
border-style: solid;
border-color: #cc0000;
border-width: 2px;
background: #ff6666;
margin: auto;
padding: auto;
font-size: 10pt;
text-align: center;
}
.error p {
margin: 8px;
}
.ok { 
font: #000000;
border-style: solid;
border-color: #00aa00;
border-width: 2px;
background-color:rgb(217,239,185);
margin: auto;
padding: auto;
font-size: 10pt;
text-align: center;
}
.ok p {
margin: 8px;
}

body {
	margin:0;
	background-color: #ffcc33;
}
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:none;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:none;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	

	
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FFFFCC;
}


/* Class Styles */

.logo {
font:18px times new roman;
	color: #CC3300;
	letter-spacing:0.4em;
	font-weight:bold;
	text-decoration:none
}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	font:11px arial;
	line-height:24px;
	color:#333333;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:0.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}

	
.text1 {
	color: #CC0000;
	font-weight: bold;
}
.text2 {
	color: #333333;
	font-weight: normal;
	font-size: 11px;
}
