/* CSS Document */

body {background-color: #3E3E3E;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #C0C0C0;
	margin-top: 8px;
	margin-bottom: 8px;}
	
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;}

.border {border: 1px solid #0065cd;
	padding: 5px;}
	

.picborder {border: 1px solid #7d7d7d;
	padding: 4px;
	margin: 4px;}
	
.picborderB {border: 1px solid #0065cd;
	padding: 4px;
	margin: 4px;}
	
.padtopbot {padding-top: 10px;
	padding-bottom: 10px;}
	
.padtopbotborder {padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px dotted #C0C0C0;
	margin: 10px;}
	
/* text */

.navy {color: #001641;}

h1 {font-size: 48px;
	color: #C0C0C0;
	text-align: center;
	margin: 0px;}
	
p {font-size: 16px;
	font-weight: bold;}
	
.three {font-family: Arial, Helvetica, Tahoma, sans-serif;
	color: #C0C0C0;
	font-size: 12pt;}

.four {color: #C0C0C0;
	font-size: 14pt;}
	
.fourbold {color: #C0C0C0;
	font-size: 14pt;
	font-weight: bold;}
	
.five {color: #C0C0C0;
	font-size: 18pt;}
	
.five a:link	   		{color: #C0C0C0; text-decoration: underline;}
.five a:visited			{color: #C0C0C0; text-decoration: underline;}
.five a:active 			{color: #C0C0C0; text-decoration: underline;}
.five a:hover			{color: #C0C0C0; text-decoration: none;}

.six {color: #C0C0C0;
	font-size: 24pt;
	font-weight: bold;}
	
.six a:link	   			{color: #C0C0C0; text-decoration: underline;}
.six a:visited			{color: #C0C0C0; text-decoration: underline;}
.six a:active 			{color: #C0C0C0; text-decoration: underline;}
.six a:hover			{color: #C0C0C0; text-decoration: none;}

.fiveyellow {color: #FFCC00;
	font-size: 18pt;}
	
.fiveyellow a:link	   		{color: #FFCC00; text-decoration: underline;}
.fiveyellow a:visited			{color: #FFCC00; text-decoration: underline;}
.fiveyellow a:active 			{color: #FFCC00; text-decoration: underline;}
.fiveyellow a:hover			{color: #FFCC00; text-decoration: none;}

.sixyellow {color: #FFCC00;
	font-size: 24pt;
	font-weight: bold;}
	
.sixyellow a:link	   			{color: #FFCC00; text-decoration: underline;}
.sixyellow a:visited			{color: #FFCC00; text-decoration: underline;}
.sixyellow a:active 			{color: #FFCC00; text-decoration: underline;}
.sixyellow a:hover			{color: #FFCC00; text-decoration: none;}

.seven {color: #C0C0C0;
	font-size: 36pt;
	font-weight: bold;}
	
.seven a:link	   			{color: #C0C0C0; text-decoration: underline;}
.seven a:visited			{color: #C0C0C0; text-decoration: underline;}
.seven a:active 			{color: #C0C0C0; text-decoration: underline;}
.seven a:hover				{color: #C0C0C0; text-decoration: none;}
	
.warning {padding: 10px;
	font-size: 11px;
	text-align: center;
	color: #C0C0C0;}

.footer {font-size: 10px;}

.white {color: #C0C0C0;}
.yellow {color: #FFCC00;}
.robinegg {color: #00AEEF;}

.robinegg a:link	   		{color: #00AEEF; text-decoration: underline;}
.robinegg a:visited			{color: #00AEEF; text-decoration: underline;}
.robinegg a:active 			{color: #00AEEF; text-decoration: underline;}
.robinegg a:hover			{color: #00AEEF; text-decoration: none;}


/* recips */
	
.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;}
	
.rbig a:link	   		{color: #C0C0C0; text-decoration: underline;}
.rbig a:visited			{color: #C0C0C0; text-decoration: underline;}
.rbig a:active 			{color: #C0C0C0; text-decoration: underline;}
.rbig a:hover			{color: #C0C0C0; text-decoration: none;}

.rsmall {font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #C0C0C0;}
	
.rsmall a:link	   			{color: #C0C0C0; text-decoration: underline;}
.rsmall a:visited			{color: #C0C0C0; text-decoration: underline;}
.rsmallg a:active 			{color: #C0C0C0; text-decoration: underline;}
.rsmall a:hover				{color: #C0C0C0; text-decoration: none;}
	
/* List */

#base {
	border: 1px dotted #C0C0C0;
	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;}

