 BODY	{
	FONT-SIZE: 12px;
	WIDTH: 850px; 
	HEIGHT: 650px;
	COLOR: #000000; 
	BACKGROUND-COLOR: #ffffff;
}
.title{
  	width : 800px;
  	height : 250px;
}
H1	{
	font-size: 12px;
	color: #660000;
	margin-top: 4px;
	margin-bottom: 0px;
	text-align: center;
	line-height: 110%;
}
H2	{
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 0px;
	text-align: left;
}
H3	{
	font-size: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
	color: red;
	text-align: left;
}
.main{
  	width : 800px;
  	height : 550px;
	line-height: 20px;
}
.subbody{
	background-image : url(body.gif);
  	background-repeat : repeat-y;
  	width : 820px;
	font-size: 12px;
}
.menu{
  	width : 200px;
	FLOAT: left; 
}
.con{
  	width : 600px;
	FLOAT: left; 
	font-size: 14px;
}
.table{
	border-left-width : 5px;
	border-bottom-width : 1px;
	border-left-style : solid;
	border-bottom-style : dashed;
	border-left-color : #ffa319;
	border-bottom-color : #ffa319;
}
.table2{
	border-bottom-width : 1px;
	border-bottom-style : dashed;
	border-bottom-color : #ffa319;
}
.tableplan{
	border-left-width : 5px;
	border-bottom-width : 1px;
	border-left-style : solid;
	border-bottom-style : dashed;
	border-left-color : #99cc99;
	border-bottom-color : #99cc99;
}
a:link	{
	color : #0000A0;
	text-decoration : none;
}
a:visited	{
	color : #800080;
	text-decoration : none;
}
a:active	{
	text-decoration : none;
}
a:hover	{
	color : #3E3EFF;
	text-decoration : none;
}