body
{ 
	margin:0px;
	background: url(images/bg.gif);
	font-size: 10pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
p,td,div,span{
	font-size:10pt;
}
a, a:link, a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	color: #990000;	
	text-decoration:underline;	
}
h1{
	font-size:20pt;
}
h2{
	font-size:16pt;
}
h3{
	font-size:14pt;
}
h4{
	font-size:12pt;
}
h5{
	font-size:10pt;
}
h1, h2, h3, h4, h5{
	margin-bottom: 5px;	
	margin-top: 5px;	
}

p{
	margin-bottom:8px;
	margin-top:8px;
	font-size:10pt;
}
img
{
	border:0;
}
.FloatLeft
{
	float: left;
	margin: 5px;
	margin-right: 15px;
}
.FloatRight
{
	float: right;
	margin: 5px;
	margin-left: 15px;
}

.smallprint
{
	font-size:8pt;
}


	
a.imagelink
{
	border-bottom: dashed 1px #989898;
	color: #333333;
} 
a.imagelink:hover
{
	text-decoration:none;
	border-bottom: dashed 1px #990000;
	color: #990000;
}

.footer{
	text-align:right;
	font-size:8pt;	
}
a.subtle{
	font-weight:normal;
	color:#666666;
}	

.classdate{
	padding-bottom: 15px;
	font-size:10pt;
}

a.fullclass{
	font-size: 8pt;
	color:#990000;
}
a.openclass{
	font-size:8pt;
	color:#006600;
}

.classlist th{
	border-bottom: 2px solid #ca6a36;
	border-top: 2px solid #ca6a36;
	padding: 3px 15px;
	text-align:left;
}
.classlist td img{
	margin: 8px 0px;
}
.classlist td{
	text-align: left;
	padding: 10px 15px;
	border-bottom: 1px dashed #dbd6cd;
}

.contentbox{
	padding:15px; 
	margin:10px;  
	background: #fbf0df; 
	border: 1px dotted #ca6a36;
}


