/* CSS Document */

body {background-color: #000000;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #C0C0C0;}

a:link	   			{color: #C0C0C0; text-decoration: underline;}
a:visited			{color: #C0C0C0; text-decoration: underline;}
a:active 			{color: #C0C0C0; text-decoration: underline;}
a:hover				{color: #C0C0C0; text-decoration: none;}	

	
/* text */

.warning {padding: 10px;
	font-size: 11px;
	text-align: center;
	color: #C0C0C0;}

p   {font-family: Arial, Helvetica, sans-serif;
	color: #C0C0C0;
	font-size: 12pt;}
	
h1 {font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F1F1F1;
	font-size: 36pt;
	margin: 0px;
	line-height: .9em}
	
.subtitle {font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F1F1F1;
	font-size: 14pt;}
	
.enter {font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C0C0C0;
	font-size: 24pt;}
	
.one {font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C0C0C0;
	font-size: 10pt;}	
	
.two {color: #C0C0C0;
	font-size: 10pt;}
	
.twobold {color: #C0C0C0;
	font-size: 10pt;
	font-weight: bold;}
	
.three {color: #C0C0C0;
	font-size: 12pt;}
	
.threebold {color: #C0C0C0;
	font-size: 12pt;
	font-weight: bold;}
	

	
/* .six {color: #C0C0C0;
	font-size: 24pt;} */

	
.redfive {font-family: Arial, Helvetica, sans-serif;
	color: #D62326;
	font-size: 18pt;
	padding: 4 0 4 0;}
	
.redfive a:link	   			{color: #D62326; text-decoration: underline;}
.redfive a:visited			{color: #D62326; text-decoration: underline;}
.redfive a:active 			{color: #D62326; text-decoration: underline;}
.redfive a:hover				{color: #D62326; text-decoration: none;}

.redsix {font-family: Arial, Helvetica, sans-serif;
	color: #D62326;
	font-size: 24pt;}
	
.redsixbold {font-family: Arial, Helvetica, sans-serif;
	color: #D62326;
	font-size: 24pt;
	font-weight: bold;}
	
.redsix a:link	   			{color: #D62326; text-decoration: underline;}
.redsix a:visited			{color: #D62326; text-decoration: underline;}
.redsix a:active 			{color: #D62326; text-decoration: underline;}
.redsix a:hover				{color: #D62326; text-decoration: none;}

.redseven {font-family: Arial, Helvetica, sans-serif;
	color: #D62326;
	font-size: 36pt;
	padding: 4 0 4 0;}
	
.redseven a:link	   			{color: #D62326; text-decoration: underline;}
.redseven a:visited			{color: #D62326; text-decoration: underline;}
.redseven a:active 			{color: #D62326; text-decoration: underline;}
.redseven a:hover				{color: #D62326; text-decoration: none;}
	
.whitefive {font-family: Arial, Helvetica, sans-serif;
	color: #C0C0C0;
	font-size: 18pt;}

.whitesix {font-family: Arial, Helvetica, sans-serif;
	color: #C0C0C0;
	font-size: 24pt;}

.whiteseven {font-family: Arial, Helvetica, sans-serif;
	color: #C0C0C0;
	font-size: 36pt;}


.red {color: #D62326;}
.white {color: #C0C0C0;}
.lime {color: #00FF00;}


.recip {border: 1px dotted #C0C0C0;
	text-align: center;
	padding: 6px;}

.rbig {font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #C0C0C0;}

.rsmall {font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #C0C0C0;}
	
/* spacing */

.padtopbot {padding-top: 20px;
	padding-bottom: 20px;}
	
.padtwenty {padding: 20px;}
	
.picborder {border: 1px solid #555c73;
	padding: 4px;
	margin: 4px;}
	
.picborderred {border: 1px dotted #f0171f;
	padding: 4px;
	margin: 4px;}

.border {border: 1px solid #555c73;}

/* List */

#base {
	border: 2px dotted #D62326;
	margin: 10px;
	width: 600px;
	padding: 5px;
	text-align: left;
	}
	
 ul {list-style-type: disc;
 	list-style-position: inside;
	line-height: 1.5em;
}

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

