BODY, TD {
	font-family : Verdana;
	font-size : 10px;
	color : #606060;
}

.red {
	background-color : #990000;
	color : #FFFFFF;
	font-weight : bold;
	padding : 3px;

}

h1 {
    font-weight: bold;
    color: #333333;
    font-size: 11px;
    margin: 0px;
}

h2 {
    font-weight: bold;
    color: #990000;
    font-size: 11px;
    margin: 0px;
}

h3 {
    font-weight: bold;
    color: #990000;
    font-size: 14px;
   margin-bottom: 5px;
}

.red1 {
    font-weight: bold;
    color: #990000;
    font-size: 11px;
    margin: 0px;
}
.cream {
	background-color : #F5EED8;
	color: #990000;
	font-size : 10px;
	padding : 10px;
	line-height : 150%;
}

A, A:link, A:active, A:visited {
	color: #585858;
	font-weight : bold;
	text-decoration : none;
	font-size: 11px;
}

A:hover {
	font-weight : bold;
	text-decoration : underline;
}

.redlink, .redlink:link,.redlink:active, .redlink:visited {
	color: #990000;
	font-weight : bold;
	text-decoration : none;
		font-size: 10px;
}

.redlink:hover {
	color: #990000;
	font-weight : bold;
	text-decoration : underline;
}

.redtext{
	color: #990000;
}

.border {
	border : 1px solid #E0E0E0;
	width: 100%;
	padding : 1px;
}

.list {
	border : 1px solid #E0E0E0;
	padding : 0px;
}

.box {
	border : 1px solid #E0E0E0;
	width: 100%;
    height: 100%;
	padding : 0px;
}

.grey {
	background-image: url(../images/grey_fade.jpg);
    background-position : right;
    background-repeat : none;
	width: 100%;
	padding : 3px;
}

.coins {
	border : 1px solid #E0E0E0;
	width: 100%;
    height: 100%;
}

.listtop1 {
    background-color : #F5EED8;
    padding: 5px;
}


.listprint {
    background-color : #F5EED8;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 6px;
}

.listtop1no {
    background-color : #F5EED8;
    padding: 5px;
}


.listprintno {
 background-color : #F5EED8;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 6px;
}

.padtop {
    margin-top: 3px;
}

.padbot {
    margin-bottom: 3px;
}

.box1 {
	border : 1px solid #E0E0E0;
	width: 100%;
    height: 100%;
	padding : 5px;
}

.box2 {
	width: 170;
    height: 100%;
	padding : 5px;
}

INPUT,TEXTAREA {
	font-family : Verdana;
	font-size : 12px;
	color : #585858;
	font-weight : bold;
}

SELECT {
	font-family : Verdana;
	font-size : 12px;
	color : #585858;
	font-weight : bold;
    text-transform: capitalize;
}

UL {
	margin-bottom : 0px;
	margin-top : 0px;	
}

LI {
	list-style-type : disc;
    margin-left: -22px;
}

.topnav {
	padding-top: 40;
	padding-right:55px;
}

.bottom {
    margin-top: 5px;
}

.left {
	float: left;
}

.home {
	float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.leftpad {
	padding-left: 10px;
}

.leftspace {
	padding-left: 50px;
}

.rightspace {
	padding-right: 50px;
}

.bottom {
	vertical-align : baseline;
}

.greylink, .greylink:link, .greylink:active, .greylink:visited{
	font-weight : normal;
}

.greylink:hover{
	font-weight : normal;
	text-decoration : underline;
}

.page, .page:link, .page:active, .page:visited{
	font-weight : normal;
    font-size: 10px;
}

.page:hover{
	font-weight : normal;
	text-decoration : underline;
        font-size: 10px;
}

HR {
    height: 1px;
    color: #CCCCCC;
}

.pale {
    color: #CCCCCC;
}