/* CSS Document */

body {background-color: #002257;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	margin-top: 8px;
	margin-bottom: 8px;}
	
a:link	   			{color: #FFFFFF; text-decoration: underline;}
a:visited			{color: #FFFFFF; text-decoration: underline;}
a:active 			{color: #FFFFFF; text-decoration: underline;}
a:hover				{color: #FFFFFF; text-decoration: none;}

.picborder {border: 1px solid #002257; padding: 4px; margin: 4px;}
.picborderB {border: 3px double #597CD0; padding: 4px; margin: 4px;}
	
.padtopbot {padding-top: 10px; padding-bottom: 10px;}
	
.padtopbotborder {padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px dotted #FFFFFF;
	margin: 10px;}
	
/* text */

.navy {color: #001641;}

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

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

.fivecoloured {color: #002257;
	font-size: 18pt;
	font-weight: bold;}
	
.fivecoloured a:link	   		{color: #002257; text-decoration: underline;}
.fivecoloured a:visited			{color: #002257; text-decoration: underline;}
.fivecoloured a:active 			{color: #002257; text-decoration: underline;}
.fivecoloured a:hover			{color: #002257; text-decoration: none;}

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

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

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

.footer {font-size: 10px;}

/* recips */
	
.recip {border: 1px dotted #FFFFFF;
	text-align: center;
	padding: 6px;}

.rbig {font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;}
	
.rbig a:link	   		{color: #FFFFFF; text-decoration: underline;}
.rbig a:visited			{color: #FFFFFF; text-decoration: underline;}
.rbig a:active 			{color: #FFFFFF; text-decoration: underline;}
.rbig a:hover			{color: #FFFFFF; text-decoration: none;}

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

#base {
	border: 1px dotted #597CD0;
	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: 18px;
	font-weight: bold;}
