BODY {
	background-color: #993300;
	margin: 10 50 10 70; 
	font-family: Verdana, Palatino, Old Bookmark;
}

.main {
	padding: 10 8 20 8;
	border: 1px GRAY SOLID;
	background-color: #FFFFFF;
}

img {
	border: 0px black solid;
}

A	{
	font-weight: NONE;
	font-size: 10pt;
	color: #333333; 
	text-decoration: underline;
	/** background: url("../image/link.png") center left no-repeat; 
	padding-left: 13px;**/
}

A:Hover {
	font-weight: NONE;
	font-size: 10pt;
	color: #993300; 
	text-decoration: underline;
}

A:Visited {
	font-weight: NONE;
	font-size: 10pt;
	color: #333333; 
	text-decoration: underline;
} 

A:Active {
	font-weight: NONE;
	font-size: 10pt;
	color: #993300; 
	text-decoration: underline;
} 

.box {
	padding: 6 6 6 6;
	border: 1px #888888 dotted;
	font-size: 8pt;
}
.menu {
	padding: 1 1 30 1;
	font-family: Verdana;
	font-size: 9pt;
}

.copyright {
	font-family: Verdana;
	font-size: 7pt;
	color: white;
}

.address {
	font-family: Times New Roman;
	font-style: italic;
	font-size: 9pt;
}
.content {
	padding: 10 10 10 10;
	font-family: Verdana, Bookman Old Style, Century Gothic, Times New Roman;
	font-size: 10pt;
	color: #666666;
}
.header {
	font-family: Bookman Old Style, Century Gothic, Times New Roman, Verdana;
	font-weight: BOLD;
	font-size: 12pt;
	color: #993300;
}
.title {
	font-family: Verdana, Bookman Old Style, Century Gothic, Times New Roman;
	font-weight: BOLD;
	font-size: 12pt;
	color: RED;
}
