/* CSS Document */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #8b3888;
	background-color: #ffffff;
	margin: 0px;
}
table {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
table.main {
	width: 100%;
}
table.notice {
	border-collapse: collapse; 
	border-width: 1px;
	border-style: solid;
	border-color: #8b3888;
	padding: 0px;
	cellspacing: 0px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	width: 90%;
}
td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #8b3888;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
td.header_cell {
}
td.header_logo {
}
td.header_right {
}
td.header_footer {
	text-align: right;
	background-image: url('./images/page_menu_background.jpg');
	background-repeat: repeat-y;
	background-position: 113px 0px;	
	border-top-color: #b68cbc;
	border-top-width: 2px;
	border-top-style: solid;
}
td.left_cell {
	vertical-align: top;
	width: 156px;
	background-image: url('./images/page_menu_background.jpg');
	background-repeat: repeat-y;
	background-position: 100% 0%;
}
td.body_cell {
	vertical-align: top;
	text-align: left;
	background-image: url('./images/page_water.jpg');
	background-repeat: no-repeat;
	background-position: 85% 85%; /*bottom right;*/
	margin-left: 5px;
	margin-right: 5px;
	width: 100%;
}
td.footer_cell {
}
td.notice_heading {
	padding: 2px;
	background-color: #b68cbc;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
td.notice_body {
	padding: 5px;
	background-color: #eee1f4;
	color: #333333; /*#808080; /* #b68cbc; */
	/*font-weight: bold;*/
}
img {
	border: 0;
}
p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 15px;
	margin-right: 5px;
	color: #8b3888;
}
p.sep {
	padding: 4px;
	color: #808080;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #8b3888;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-right: 20px;
	margin-left: 20px;
}
p.footer {
	padding: 4px;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.90em;
	font-style: normal;
	font-weight: normal;
	color: #808080;
	border-top-width: 2px;
	border-top-style: solid;
	/*border-top-color: #999999; dark grey*/
	/*border-top-color: #cccccc; /*light grey*/
	border-top-color: #8b3888;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-right: 20px;
	margin-left: 20px;
}
h2 {
	border-width: 3px;
	border-style: solid;
	border-color: #8b3888;
	background-color: #b68cbc;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #eee1f4;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	background-color: #eee1f4;
	color: #8b3888;
	padding: 3px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
span.bg_header_footer {
	background-color: #b68cbc;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	text-align: right;
}
.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}
.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}
ul {
	list-style-image: url('./images/bullet.gif');
}
ul li {
	margin-right: 4px;	
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 13px;
}
a:link {color: #8b3888; font-weight: bold;}
/*a:visited {color: #000000; #ff7f00; }*/
a:hover {color: #ff0000;}