
H1, H2, H3, H4, H5, H6, CAPTION, BODY, FORM, 
input, textarea, select, A, TH, TD, TABLE {	
	font-family: verdana;
	font-size: 12 px;
}

H2 {	
	font-size: 24 px;
	font-weight: bold;
}

H3 {	
	font-size: 20 px;
	font-weight: bold;
}

H4 {	
	font-size: 18 px;
	font-weight: bold;
}

H5 {	
	font-size: 16 px;
	font-weight: bold;
}

H6 {	
	font-size: 14 px;
	font-weight: bold;
}

FORM, input, textarea, select {
	font-size: 12;
	background:#ffffff none;
	color:#000;
}

CAPTION {
	font-size: 13 px;
	font-weight: bold;
}

BODY {
	background:#ffffff none;
	color:#000000;
	MARGIN:0;
	MARGINWIDTH:0;
	MARGINHEIGHT:0;
	link:#0000FF;
	vlink:#FF0000;
	alink:#FF00FF;
}

/* This is what was attempted above with: link,vlink,alink */
/* A:link {color: #0000FF } */
/* A:visited {color: #FF0000 } */
/* A:active {color: #FF00FF } */
/* gold is 8385A9 */
.ctext {
	text-align: center;
}

.loginButton { 
    background-color: #8385A9; 
    border-top: 2px solid #8EE5EE; 
    border-left: 2px solid #8EE5EE; 
    border-bottom: 2px solid #00688B; 
    border-right: 2px solid #00688B; 
    text-align: center; 
    font-weight: bold; 
    color: #FFFFFF; 
    font-size: 13; 
    font-family: Verdana; 
    }

.goldbutton {
	background:#8385A9 none;
	color:#ffffff;
	height:25;
	font-family:verdana;
	font-size:13;
	font-weight:bold;
	width:190;
}
.goldbuttonwide {
	background:#8385A9 none;
	color:#ffffff;
	height:25;
	font-family:verdana;
	font-size:13;
	font-weight:bold;
	width:300;
}

.gold14 {
	background:#8385A9 none;
	color:#ffffff;

	font-family:arial;
	font-size:14;
}

.black14 {
	background:#ffffff none;
	font-family:arial;
	font-size:13;
	height:25;
	color:#8385A9;
}

.banner {
	background:#ffffff none;
	color:#000;
	width:771;
	height:20;
	font-family:verdana;
	font-size:13;
	font-weight:bold;
	border:none;
	text-align:center;
}

.bannergray {
	background:#dddddd none;
	color:#000;
	width:771;
	height:25;
	font-family:arial;
	font-size:13;
	font-weight:bold;
	border:none;
	text-align:center;
}

.plainblackbutton {
	background:#000 none;
	color:#8385A9;
	font-family:arial;
	font-size:13;
	font-weight:bold;
	border:none;
	width:150;
	height:25;
	text-align:left;
}

.plaingraybutton {
	background:#dddddd none;
	color:#000;
	font-family:arial;
	font-size:13;
	font-weight:bold;
	border:none;
	width:148;
	height:25;
	text-align:left;
}

.gold {
	background:#8385A9 none;
	color:#ffffff;

        font-family: arial;
        font-size:12;
	text-align:left;
}

.plaingoldbutton {
	background:#ffc715 none;
	color:#000;
	font-family:Arial;
	font-style:plain;
	font-size:12px;
	font-weight:bold;
	border:none;
	height:20;
	padding-left: 2px;
	padding-right: 2px;
}

.plaingoldbutton2 {
	background:#ffc715 none;
	color:#000;
	font-family:Arial;
	font-style: plain;
	font-size:12px;
	font-weight:bold;
	border-top-style:none;
	border-bottom-style:none;
	border-left-style:none;
	border-right-style:double;
	height:20;
	padding-left: 2px;
	padding-right: 2px;
}

.blackbutton {
	background:#000 none;
	color:#8385A9;
	font-family:arial;
	font-size:13;
	font-weight:bold;
	width:190;
	height:25;
}

.blue190 {
	width:190;
	background:#ffffff none;
	border:none;
}

.plain {
	color:black;
        font-size:12;
	border:none;
	padding:0;
}

.bgrd {
	background:#ffffff none;
}

.gray {
	background:#dddddd none;
	border:none;
}

.statusball {
	border:none;
	background-repeat:no-repeat;
	background-position:center center;
}

.noborder {
	border:none;
}

.lightgrey {
	background:lightgrey none;
}

/* Pseudo-classes (CSS1) */
A.hdrlink:link {color: white ; font-size: 12 px}
A.hdrlink:visited {color: lightgrey ; font-size: 12 px}

