/* CSS Document */

.mainTable 
{
 	border-left: solid 1px #CCCCCC;
  	border-right: solid 1px #CCCCCC;
 	border-top: solid 1px #000000; 
  	border-bottom: solid 1px #111111;
}

body 
{
	font-family: "Trebuchet MS", Verdana, Tahoma, "Times New Roman";
	font-size:14px;
	margin-top:0px;
	color:#333333;
}

.tableOutline
{
	border-left: 1px solid #000066;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
}
.talkFont 
{
	margin-left:10px;
	margin-top:0px;
	margin-right:0px;
}
.Headings
{
	font-size:18px;
	font-weight:bold;
}
.ProjectHeadings
{
	font-size:16px;
	font-weight:bold;
	text-shadow:#000000;
}
.menu
{
	font-size:12px;
	margin-left:10px;
	margin-right:10px;
	color:#000066;
}
.menu a:link 
{
	
	color:#000033;
	text-decoration: none;
}
.menu a:visited 
{
	text-decoration: none;
	color:#000033;
}
.menu a:hover 
{
	text-decoration: underline;
	color:#000066;
}
.floatPic 
{
	float: right;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 5px;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	
	background-color:#FFFFFF;
	
}
.floatPicLeft
{
	float: left;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 5px;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	
	background-color:#FFFFFF;
	
}


a:link 
{
	
	color:#000033;
	text-decoration: none;
}
a:visited 
{
	text-decoration: none;
	color:#000033;
}
a:hover 
{
	text-decoration: underline;
	color:#000066;
}
