html {
     overflow: -moz-scrollbars-vertical;
}

body {
	background: #C0C0C0 url('../images/bkgrnd1.jpg') 0 0 repeat-x;
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 10pt;
	color: #575757;
	margin: 0px;
	padding: 0px;
}

td {
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 10pt;
	color: #575757;
}

a {
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 10pt;
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

li {
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 10pt;
	color: #575757;
}

dd {
	padding-bottom:12px;
}

.imgframe {
	padding: 4px;
	border: 1px solid #808080;
}

.boxtop {
	background: url('../images/boxtop.png') 0 0 no-repeat; 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 12pt; 
	padding: 4px 4px 0px 4px;
	white-space: nowrap;
}

.boxbody {
	padding-left: 2px; 
	padding-right: 2px; 
	color: #484848; 
	background-color: #ffffff; 
	border-left: 2px solid #FF4040; 
	border-right: 2px solid #FF4040; 
	border-bottom: 3px solid #FF4040; 
	height: 180px; 
	overflow: auto;
}

.boxbottom {
	height: 2px; 
	background-color: #FF4040;
}

.boxbody ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.boxbody li {
	padding: 0px 4px 8px 4px;
}

div#pagecontainer { 	
	width: 719px; 
	padding: 0px 14px 0px 15px;	
}

div#pagebanner {
	width: 719px; 
	height: 145px; 
	padding: 0px 0px 0px 2px; 
	background: url('../boxes/box_banner.jpg') top left no-repeat;
}

div#pagedetail {
	width: 719px; 
	padding: 0px 0px 0px 2px; 
	background-color: #ffffff; 
	background: url('../boxes/box_body.jpg') top left repeat-y;
}

div#pagefooter {
	width: 719px; 
	height: 28px;
}

.normal {
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 10pt;
	color: #575757;
}

.head1 {
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 12pt;
	font-weight: bolder;
	color: red;
	text-align: left;
}

/* Attempts at drop-shadow for text */

.container { 
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	color: #c0c0c0;
	position: relative; 
}

.text { 
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	position: absolute;
	color: #ff0000;	
	left: -1px; 
	top: -1px; 
} 

/* End of tests */

.head2 {
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	color: #575757;
}

.link {
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 10pt;
	color: #575757;
	text-decoration: none;
	font-weight: bold;
}

.link:hover {
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 10pt;
	color: #ff0000;
	text-decoration: underline;
}

.subscript {
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 6.66pt;
	color: #575757;
}

div#logincontent { 
	color: #ffffff; 
	background-color: #DA5A50;
	font-weight: bold;
	padding: 20px; 
	width: 500px;
}