/* CSS Document */
td 
{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 0.8em; 
	color: #333333;
}
td#sidemenu 
{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 0.9em; 
	color: #333333; 
	width: 204px; 
	vertical-align: top; 
	text-align: left; 
	height: 100%;
}
	
body 
{
	margin-top: 0px; 
	margin-bottom: 0px;
}
	
strong#heading 
{
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 1.5em; 
	color: black;
}
	
strong#heading2 
{
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 1.5em; 
	color: black;
}
	
strong#subheading 
{
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 1em; 
	color: black;
}

span table
{
	font-size: 0.95em;
}



.hyplink 
{
	text-decoration: none; 
	color: blue;
	font-weight: bold;
}

a.hyplink:hover
{
	text-decoration: none; 
	color: #CCCCCC;
	font-weight: bold;
}

div.menu
{
	text-decoration: none; 
	color: white; 
	
	font-family: Georgia, Times New Roman, Times, serif; 
	font-weight: bold;
}


a.menu 
{
	text-decoration: none; 
	color: white; 
	
	font-family: Georgia, Times New Roman, Times, serif; 
	font-weight: bold;
}
	
a.menu:hover 
{
	text-decoration: none; 
	color: #333333; 
	
	font-family: Georgia, Times New Roman, Times, serif; 
	font-weight: bold;
}

a.menu:visited 
{
	text-decoration: none; 
	color: white; 
	
	font-family: Georgia, Times New Roman, Times, serif; 
	font-weight: bold;
}
	
a.menu:visited:hover 
{
	text-decoration: none; 
	color: #333333; 
	
	font-family: Georgia, Times New Roman, Times, serif; 
	font-weight: bold;
}

a.header 
{
	text-decoration: none; 
	color: white; 
	font-size: 0.9em;
}

a.header:hover 
{
	text-decoration: none; 
	color: #666666; 
	font-size: 0.9em;
}
	
a.header:visited 
{
	text-decoration: none; 
	color: white; 
	font-size: 0.9em;
}

a.header:visited:hover 
{
	text-decoration: none; 
	color: #666666; 
	font-size: 0.9em;
}

li{
	padding: 5px;
}

.scroll
{
   width: 100%;
   height: 400px;
   overflow: scroll;
}

.question{
	font-weight: bold;
}

.message{
	font-weight: bold;
}

.messageNoBold{
	font-weight: normal;
}

.response{
	padding: 20px;
	float: left;
}

.rspbreak{
	padding: 0px;
	clear: both;
}

.navigation{
	clear: both;
}
