/*
Eric Vardon, modified by Ed Cloutier
*/

/* General Settings */
BODY  { font: 10px verdana, arial, sans-serif; color: #003366 }
.normal { font: 10px verdana, arial, sans-serif ; color: #003366}
.date {font: 10px verdana, arial, sans-serif; color: #4D8515}
.posted {font: 10px verdana, arial, sans-serif; color: #666666}
A:link, A:visited, A:active {color: black; text-decoration: none}
A:hover {color: brown; text-decoration: none;}

.pointerhand {cursor: pointer;	cursor: hand;}

#filter p { margin-top:0px; margin-bottom:20px; }

.inputSubmit {
color: NAVY;
background-color: #EEEEEE;
border-color : NAVY;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : Verdana,Tahoma,Arial;
font-size : 10px;
font-weight : bold;
cursor : hand;
width : 100px
}
.inputSubmitDouble {
color: NAVY;
background-color: #EEEEEE;
border-color : NAVY;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : Verdana,Tahoma,Arial;
font-size : 10px;
font-weight : bold;
cursor : hand;
width : 200px
}
