html, body
{
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(img/bg.png);
	font: 10pt Verdana, Arial, sans-serif;
	margin: 0px;
	border: 0px;
	padding: 0px;
}


h1
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1.3em;
}


h3
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1.1em;
}


a
{
	color: #8c0c0b;
	text-decoration: none;
}


a:hover
{
	text-decoration: underline;
}


img
{
	border: 0px;
}


#main
{
	width: 900px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}


#header
{
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #D0D0D0;
	border-radius: 10px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	height: 250px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}


#header div
{
	font-weight: bold;
	margin-bottom: 5px;
}


#menu
{
	width: 180px;
	font-size: 100%;
	font-weight: normal;
	line-height: 150%;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #FFFFFF;
	display: inline;
	float: left;
}


#menu a
{
	color: #444444;
}


#menu a:hover
{
	text-decoration: underline;
}


#menu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
}


#menu ul li
{
	text-align: left;
	margin: 5px;
	border-style: solid;
	border-width: 1px;
	border-right-width: 4px;
	border-color: #B0B0B0;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}


#menu ul li.sub
{
	text-align: left;
	font-size: 80%;
	margin: 3px;
	border-style: solid;
	border-width: 1px;
	border-right-width: 4px;
	border-color: #B0B0B0;
	padding-left: 35px;
	padding-right: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
}


#menu ul li#actual
{
	border-right-width: 4px;
	border-right-color: #8c0c0b;
}


#menu ul li#actual a
{
	color: #8c0c0b;
}


#contents
{
	width: 680px;
	float: right;
	margin-top: 0px;
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}


#contents h1.title
{
	color: #333333;
	font-weight: bold;
	font-size: 1.1em;
	font-family: Nimbus Sans L, Verdana, Arial, sans-serif;
	text-decoration: underline;
	padding: 0px;
	padding-left: 5px;
	margin: 0px;
	margin-bottom: 0.3em;
}


#contents div
{
	margin: 0px;
	border-color: #B0B0B0;
	padding: 0px;
}


#contents div.central
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


#contents div.menu
{
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}


#contents div.menu a
{
	color: #404040;
}


#contents div.menu ul
{
	font-size: 75%;
	padding: 0px;
	list-style: none;
}


#contents div.menu ul li
{
	padding-right: 8px;
	display: inline;
}


#contents div.menu ul li:before
{
	color: #404040;
	font-size: 130%;
	text-decoration: none;
	content: "> ";
}


#contents div.central_img
{
	margin: 10px;
	margin-bottom: 20px;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 90%;
}


#contents div.remark
{
	width: 200px;
	font-size: 80%;
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-style: dotted;
	border-width: 1px;
	padding: 1em;
	float: right;
}


#contents div.remark img
{
	padding: 0px;
}


#contents div.remark p
{
	margin: 0px;
	margin-top: 1em;
}


#contents div.remark p.sign
{
	text-align: right;
	font-style: italic;
}


#contents div.note
{
	width: 150px;
	font-size: 80%;
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 5px;
	float: right;
	border-style: dotted;
	border-width: 1px;
	border-color: #AAAAAA;
}


#contents div.note img
{
	padding: 0px;
}


#contents div.note p
{
	margin: 0px;
	margin-bottom: 3px;
	padding: 5px;
}


#contents div.rate
{
	color: #C00000;
	font-size: 300%;
	font-weight: bold;
	padding: 5px;
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	float: right;
	border-style: dotted;
	border-width: 1px;
	border-color: #AAAAAA;
	border-radius: 10px;
}


#contents ol li
{
	padding-bottom: 8px;
}


#contents p.indent
{
	padding-left: 30px;
}


#contents table
{
	caption-side: bottom;
	border-collapse: collapse;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding: 0px;
	font-size: 100%;
}


#contents table.central
{
	caption-side: bottom;
	border-collapse: collapse;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	font-size: 100%;
}


#contents table, table.central caption
{
	margin-top: 3px;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}


#contents table tr td
{
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #B0B0B0;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}


#contents table tr td.green
{
	color: green;
}


#contents table tr td.red
{
	color: #D50000;
}


#contents form
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 100%;
}


#contents form table
{
	caption-side: top;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	font-size: 100%;
}


#contents form table tr td
{
	margin: 0px;
	border-style: solid;
	border-width: 0px;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}


#contents form table tr td:first-child
{
	text-align: right;
}


#contents form table.form
{
	background-color: #F0F0F0;
	padding: 30px;
	border: 1px solid #E0E0E0;
}


#contents form table.loginform
{
	background-color: #F0F0F0;
	padding: 30px;
	border: 1px solid #E0E0E0;
}


#contents form table.loginform #txtbox
{
	font-weight: bold;
}


#footer
{
	color: gray;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
	background-position: right center;
	background-repeat: no-repeat;
	font-size: 90%;
	clear: both;
}


#footer a
{
	color: gray;
	text-decoration: underline;
	font-size: 85%;
}


.forms
{
	background-color: #F9F9F9;
	padding: 3px;
	border: 1px solid #F0F0F0;
}


.myaccount
{
	background-color: #F9F9F9;
	padding: 2px 5px;
	border: 1px solid #F0F0F0;
}


.main
{
	padding: 2px;
	margin: 2px;
}

 
.titlehdr
{
	color: #c00;
	border-bottom: 1px solid #c00; 
}

 
.msg
{
	padding: 5px;
	margin: 5px;
	color: #C00000;
	border: 1px solid #C00000;
	border-radius: 10px;
	background-color: #FEF1ED;
} 


.approved
{
	padding: 5px;
	margin: 5px;
	color: #00C000;
	border: 1px solid #00C000;
	border-radius: 10px;
	background-color: #EDFEFA;
}


.error
{
	color: #C00000;
	border: 1px solid #C00000;
	border-radius: 10px;
	padding: 2px;
	margin: 2px;
	float: left;
	background-color: #FEF1ED;
}


.example
{
	color: red;
}


