FORM {
        margin: 0px 0px;
}

H1 {
        font-size: 18px;
        font-family: helvetica, arial, verdana, arial, sans-serif;
}

H2 {
        font-size: 18px;
        font-family: helvetica, arial, verdana, arial, sans-serif;
}

H3 {
        font-size: 16px;
        font-family: helvetica, arial, verdana, arial, sans-serif;
}

BODY {
        color: #333333;
		font-size: 12px;
        font-family: georgia, times new roman, times, serif;
		scrollbar-3dlight-color: #DDFFFF;
        scrollbar-arrow-color: WHITE;
        scrollbar-base-color: #DDFFFF;
        scrollbar-darkshadow-color: #BBD8D8;
        scrollbar-face-color: #CCFFFF;
        scrollbar-highlight-color: WHITE;
        scrollbar-shadow-color: #BBD8D8;
}

P {
        font-size: 12px;
        font-family: georgia, times new roman, times, serif;
}

TABLE {
        font-size: 12px;
        font-family: georgia, times new roman, times, serif;
}

TH {
        font-size: 14px;
        font-family: georgia, times new roman, times, serif;
}

TR {
        font-size: 12px;
        font-family: georgia, times new roman, times, serif;
}

TD {
        font-size: 12px;
        font-family: georgia, times new roman, times, serif;
}

INPUT {
	font-family: Trebuchet ms, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	background-color: #DFE7EC;
	padding:2px;
              
}

#dice {
	font-family: Trebuchet ms, Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 11px;
	text-align:center;
	background: #FFF;
	width:120px;
	padding:3px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
              
}
TEXTAREA {
	font-family: Trebuchet ms, Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 11px;
	background-color: #DFE7EC;
	padding:2px;
              
}

SELECT {
        font-size: 11px;
        font-family: helvetica, arial, verdana, arial, sans-serif;
		color: #333333; 
		background-color: #DFDFDF;
		font-size: 11px;
       
}

HR {
        margin-top: 2px;
        margin-bottom: 2px;
        border-top: solid;
        color: #CFE6F3;
      
}

BIG {
        font-size: 16px;
        font-family: helvetica, arial, verdana,trebuchet ms, arial, sans-serif;
}

SMALL {
        font-size: 10px;
        font-family: helvetica, arial, verdana, arial, sans-serif;
}

a:link   {
		color: #3366CC; text-decoration: underline;
}

a:visited   {
		color: #3366CC; text-decoration: underline;
}

a:hover   {
		color: #FF3300; text-decoration: underline;
}

.base {
        color: #3366CC;
        font-size: 12px;
		line-height: 18px;
        font-family: Georgia, "Times New Roman", Times, serif;
}


.bigger {
	color: #666699;
	font-size: 12px;
	line-height: 15px;
	font-family: helvetica, arial, verdana,trebuchet ms, arial, sans-serif;
	font-weight: bold;
}

.biggest {
        color: #666699;
        font-size: 18px;
        line-height: 22px;
        font-family: helvetica, arial, verdana,trebuchet ms, arial, sans-serif;
}


.basetitle {
        color: #CC3300;
        font-size: 12px;
        font-weight: bold;
		line-height: 16px;
        font-family: Georgia, Times New Roman, Times, serif}

.smallverdana {
        color: #9E9E9E;
        font-size: 10px;
        line-height: 15px;
        font-family: verdana, arial, sans-serif;
}

.small {
        color: #9E9E9E;
        font-size: 11px;
        line-height: 16px;
        font-family:  trebuchet ms, verdana, helvetica, sans-serif;
}

.small a:link   {
		color: #898A8A;
}

.small a:visited   {
		color: #898A8A;
}

.small a:hover   {
		color: #99CCCC;
}


.smallest {
        color: #666666;
        font-size: 10px;
        line-height: 15px;
        font-family:  arial, verdana, helvetica, sans-serif;
}
.smallest a:link, .smallest a:visited   {
		color: #666666; text-decoration: none;
}

.smallest a:hover   {
		color: #99CCCC; text-decoration: underline;
}
.smallestwhite {
        color: #FFFFFF;
        font-size: 10px;
        line-height: 15px;
        font-family:  arial, verdana, helvetica, sans-serif;
}

.smallhead {
        color: #666699;
        font-size: 10px;
        line-height: 15px;
		font-weight: bold;
        font-family: arial, verdana, helvetica, sans-serif;
}

.subhead {
	color: #666666;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	font-family: Gill Sans, Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.basehead {
        color: #999999;
        font-size: 12px;
        line-height: 18px;
		font-weight: bold;
        font-family: Georgia, Times New Roman, Times, serif;

}
