/* CSS Document */
@media all
{
	h3
	{
		font-size:medium;
		color: #246F8D;
	}
}


	td.button{
		border-right-width: 1px;
		border-left-width: 1px;
		border-right-style: solid;
		border-left-style: solid;
		border-right-color: #CCCCCC;
		border-left-color: #CCCCCC;
	}
	
	td.button a:link, td.button a:visited{
		height: 33px;
		width: 136px;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
		vertical-align: middle;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		color: #999999;
		background-image: url(../images/button_bkgrd_up.gif);
		background-position: center;
		background-repeat: no-repeat;
		text-decoration: none;
		display: table-cell;
	}
	
	td.button a:hover{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		vertical-align: middle;
		height: 33px;
		width: 136px;
		padding-top: 10px;
		padding-bottom: 10px;
		background-image: url(../images/button_bkgrd_hover.gif);
		background-position: center;
		background-repeat: no-repeat;
		color: #246F8D;
		text-decoration: none;
		display: table-cell;
	}
	
	td.bottom_links{
		align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		text-align: center;
		color: #999999;
	
	
	}
	
	td.bottom_links a:link, td.bottom_links a:visited{
		color: #999999;
		text-decoration:none;
	}  
	
	td.bottom_links a:hover{
		color: #999999;
		text-decoration:underline;
	}
	
	td.content {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: left;
		vertical-align: top;
		padding: 20px;
		line-height: normal;
	
	}
	
	td.content a:link, td.content a:visited {
		color: #246F8D;
		text-decoration: none;
	}
	
	td.content a:hover {
		color: #246F8D;
		text-decoration: underline;
	}