BODY {
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #CCCCCC;
	scrollbar-face-color: #CC0000;
	scrollbar-highlight-color: #F2EAE6;
	scrollbar-shadow-color: #39425A;
	padding: 0px;
	margin: 0px;
	background-color: #122A70;
}
a.navlinks {
	font-family: Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}
a.navlinks:hover {
	font-family: Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #996666;
	text-decoration: underline;
}
a.navlinks_medium {
	font-family: Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}
a.navlinks_medium:hover {
	font-family: Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #996666;
	text-decoration: underline;
}
.smalltext {  
	font-family: Times, serif; 
	font-size: 14px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
}
.smalltext_bold {
	font-family: Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.smalltext_italic {
	font-family: Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
.smalltext_bolditalic {
	font-family: Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
.mediumtext {  
	font-family: Times, serif; 
	font-size: 18px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
}
.mediumtext_bold {
	font-family: Times, serif; 
	font-size: 18px; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none;
}
.mediumtext_bolditalic {
	font-family: Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
.mediumtext_blue {
	font-family: Times, serif; 
	font-size: 18px; 
	font-weight: normal; 
	color: #003366; 
	text-decoration: none;
}
.mediumtext_green {
	font-family: Times, serif; 
	font-size: 18px; 
	font-weight: normal; 
	color: #006600; 
	text-decoration: none;
}
.mediumtext_plum {
	font-family: Times, serif; 
	font-size: 18px; 
	font-weight: bold; 
	color: #996666; 
	text-decoration: none;
}
.largetext_bold {
	font-family: Times, serif; 
	font-size: 24px; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none;
}
.largetext_italic {
	font-family: Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
.boxbtmfill {  
	background-image: url(images/box_btm_fill.gif);
}
.boxrightsidefill {  
	background-image: url(images/box_side_right.gif); 
	background-repeat: repeat;
}
.boxleftsidefill {  
	background-image: url(images/box_side_left.gif); 
	background-repeat: repeat;
}
.topboxfill {  
	background-image: url(images/box_top_fill.gif); 
	background-repeat: repeat; 
	height: 144px; 
	width: auto;
}
.plumborder {  
	border: 2px #B99595 solid;
}
.rules {
	font-family: Times, serif;
	font-size: 18px;
	color: #B99595;
	font-weight: bold;
}
.largetext_whiteitalics {

	font-family: Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
}
.cursor {  cursor: hand}
