body {
	/*
	margin: 0px;
	padding: 0px;
	text-align: center;
	*/
}
#container {
	/*margin: 1em auto;*/
	width: 80%;
	/*text-align: left;*/
	/*border:#0000FF 1px solid;*/
}
#left {
	float:left;
	width:20%;
	/*border:#0000FF 1px solid;*/
}
#left ul{
	list-style-type: square;
}
#left a {
	text-decoration:none;
	color:#0066CC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#left a:hover {
	text-decoration:underline;

}
#right { 
	float:left;
	width:75%;
	padding-right:20px;
	/*border:#0000FF 1px solid;*/
}
#right span a {
	text-decoration:none;
	color:#0066CC;
}
#right span a:hover {
	text-decoration:underline;
}

.colr {
	float:left;
	width:40%;
	padding-left:30px;
	/*border:#0000FF 1px solid;*/
}
.colr a {
	text-decoration:none;
	color:#0066CC;
}

.colr a:hover {
	text-decoration:underline;
}

.root {
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-right:25%;
}
.root a {
	text-decoration:none;
	color:#0066CC;
}
.root a:hover {
	text-decoration:underline;
}
.co_title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 19px;	
}
.button_title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.inline {
	margin:0px;
}
.inline ul {
	display:inline;
}
.inline ul li {
	display:inline;
}
h1 {
	display:inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.xtextarea, .ytextarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CACACA;
	color:#000000;
	margin: 0px;
	padding: 0px;
}
textarea {
	overflow: auto;
}
teatarea[name] {
	overflow: inherit;
}
#footer {
	width:99%;
	float:left;
	text-align:center;
	padding-bottom:25px;
}
#footer a{
	font-size:13px;
	text-decoration:none;
	color:#0066CC;
}
#footer a{ 
	text-decoration:underline;
}