body {
    background-color: white;
	font-family : Verdana, Tahoma, Times New Roman, Arial;
	font-size: x-small;    
}

A:visited  {
	color : blue;
	text-decoration : none;
}

A:hover  {
	color : maroon;
	text-decoration : none;
}

A:link  {
	color : blue;
	text-decoration : none;
}

.bigheader {
    font-size: medium;
    color: maroon;
    font-weight: bold;
	
}

.blackheader {
    font-size: small;
    color: black;
    font-weight: bold;
	display: block;
	clear: both;
	margin-top: 5px;
}

.input {
	width: 300px;
	font-size: 8pt;
	background-color: #eeeeee;
	border: 1px solid silver;
	font-family : Verdana, Tahoma, Times New Roman, Arial;	
}

#textarea {
    height: 100px;
    width: 300px;
}

.button {
	background-color: #C8DCFF;
	border: 1px solid black;
	font-size: xx-small;
}

.buttonarea {
	width: 300px;
	text-align: center;
}

.status {
    font-size: 9pt;
    background-color: #eeeeee;
    color: maroon;
    font-weight: bold;
}

.small {
    font-size: 7pt;
}

.catbox {
    text-align: right;
    width: 70%;
    
}

.catsubbox1 {
    width: 45%;
    float: left;
    text-align: left;   
}

.catsubbox2 {
    width: 45%;
    float: right;
    text-align: left;   
}

.linktext {
    margin: 2px 0px 0px 3px;
}

A.addlink, A.addlink:visited {
    font-weight: bold;
    color: maroon;
    font-size: 9pt;
}
