.outertable { 
	border: 1px solid #FFD11B;
}

div.left_content {
	width : 147px;
	padding : 4px;
}

div.main_content_window {
	width : 566px;
	padding : 4px;
}

.title {
	font-size : 28pt;
	font-weight : bold;
	font-style : italic;
	color : #004400;
	text-align : center;
}

.heading {
	font-size : 20pt;
	font-weight : bold;
	font-style : italic;
	color : #004400;
	text-align : center;
}

.body {
	font-size : 12pt;
	font-weight : bold;
	color : #004400;
	text-align : left;
}

.cbody {
	font-size : 12pt;
	font-weight : bold;
	color : #004400;
	text-align : center;
}

.caption {
	font-size : 10pt;
	font-weight : bold;
	font-style : regular;
	color : #004400;
	text-align : center;
}

A:LINK {
	text-decoration : underline;
	color : #6666FF;
	font-weight : bold;
}
A:VISITED {
	text-decoration : underline;
	color : #000080;
	font-weight : bold;
	
}
A:HOVER {
	color : #3399FF;
	font-weight : Bold;
	text-decoration : underline;
}
