body{
	background-color: #333333;
	margin-top: 10px;
	margin-left:50;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #666666; 
	}


table{
	background-color:#FFFFFF;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #666666; 
	}
	
table.container{
	background-color:#FFFFFF;
	padding: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #666666;
	border:2px #465536; 
	}
	
td {
	font-family: Georgia, Times New Roman, Times, serif;
	}
	
td.greentd {
	background-color:#465536;
	}
	
td.greentr {
	background-color:#465536;
	}
	
p{
	font-family: Georgia, Times New Roman, Times, serif;
	color: #666666;
	text-decoration: none;
	margin-left: 6px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 2px;
	text-align:left;
	}
	

	
p.uppercase{
	text-transform:uppercase;
	}
	
p.lowercase{
	text-transform:lowercase;
	}
	
p.capitalize{
	text-transform:capitalize;
	}
	
p.normal{
	font-variant:normal;
	}
	
p.small{
	font-variant:small-caps;
	}
	
p.bold{
	font-weight:bold;
	}
	
p.italic{
	font-style:italic;
	}

p.white{
	color:#FFFFFF;
	}
	
	
a{
	font-family: Georgia, Times New Roman, Times, serif;
	color: #333333;
	text-decoration: none; }


	
a.green{
	font-family: Georgia, Times New Roman, Times, serif;
	color: #669933;
	font-weight:normal;
	font-size:12px;
	font-stretch:normal;
	margin-left:12px;}
	
a.boldgreen{
	font-family: Georgia, Times New Roman, Times, serif;
	color: #669933;
	font-weight:bold;
	font-size:12px;
	font-stretch:normal;
	}
	
a.white{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none; }
	
a.grey{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:10px;
	color: #666666;
	text-decoration: none; }

a:hover{
	font-family: Georgia, Times New Roman, Times, serif;
	color: #99cc00;
	text-decoration: underline; }

	
h1{
	font-family: Georgia, Times New Roman, Times, serif;
	color: #669933;
	font-weight:bold;
	font-size:12px;
	font-stretch:normal;
	margin-left:12px;
	}
	

h1.whiteheader{
	color: #FFFFFF;
	font-weight:bold;
	font-stretch:normal;
	margin-left:5px;
	margin-top:3px;
	}
	
h1.greyheader{
	color: #666666;
	font-weight:bold;
	font-stretch:normal;
	margin-left:5px;
	margin-top:3px;
	}
	
h1.redheader{
	color:#FF0000;
	}
	
	
ul{
	list-style-image: url(images/square.gif);
}

.langs {font-size: 9px}

a.boxlink{
	display:block;
	width:16em;
	padding:0.2em;
	line-height:1.8;
	background-color:#669934;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	}