body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body.header{ 
	xbackground-color: #FFCCCC; 
	padding: 0px 10px 0px 10px;
	margin: 0;
}
h1{
	font-size: x-large;
	color: #336699;
	padding: 0;
	margin: 0;
}
h2{
	font-size: large;
	color: #7883EC; 
	/* border-bottom: medium solid silver; */
	padding-bottom: 0.0em;
}
h3{
	font-size: medium;
	width: 100%;
	color: #7883EC; 
	border-bottom: thin solid silver;
	padding-bottom: 0.2em;
}
h4{
	color: #E9967A;
}
h5{
	color: #7883EC; 
}
p, li, ul, blockquote, td, dl, dd, option{
	font-size: small;
}
small{
	color: gray;
	font-size: small;
}
a{
	color: #7883EC;
	text-decoration: none;
}
a:link, a:visited, a:active{
	color: #7883EC; 
	text-decoration: none;
}
a:hover{
	color: #993333;
	text-decoration: underline;
}
form table{
	border-width: thin;
	border-style: solid;
}
.band{
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-color: #4682B4;
	border-style: solid;
	border-bottom-width: thin;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}
.new{ 
	background-color: yellow;
	color: red;
	font-size: smaller;
}
td.button{
	font-weight: bold;
	width: 100px;
	border-top: thin solid  #7883EC;
	border-bottom: thin solid  #7883EC;
	text-align: center;
	
}

