body
{
	margin: 10px;
	/*background-color: #CCCCCC;*/
	background-image: url(images/tile-background.gif);
}
.maincell
{
	/*height: 400px;
	vertical-align: top;*/
}
.rightbar
{
	border-left: dashed 1px #CCCCCC;	
	height: 400px;
	vertical-align:top;
}
.bigtbl
{
	border: dashed 1px #444444;	
}
.normal, td
{
	font-family: Arial, Verdana, Arial;
	font-size: 12px;
}
h2, .h2
{
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: normal;
}

a.h2:link, a.h2, a.h2:visited
{
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

a.h2:hover, a.h2:active
{
	color: #cccccc;
	border-bottom: dashed 1px #cccccc;
}

.blurb
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #444444;
}

.pic, a.pic, a.pic img 
{ 
	filter: Alpha(opacity=70); /* IE */ 
	-moz-opacity: 0.7; /* Mozilla */ 
	border: dashed 0px #999999;
} 

a.pic:hover, a.pic:hover img 
{ 
	filter: Alpha(opacity=100); 
	-moz-opacity: 1.0; 
	border: dashed 0px #999999;
} 

.small
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
}

a.normal:link, a.normal, a.normal:visited
{
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

a.normal:hover, a.normal:active
{
	color: #cccccc;
	border-bottom: dashed 1px #cccccc;
}

