body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	background-image: url("images/xs_tmpl_01.jpg");
	background-repeat: repeat-x;
	background-color: #a7b0c1;
}

ul, ol, li, td {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	line-height: 20px;
}


li.news{
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	line-height: 20px;	
}

p {
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	line-height: 20px;
	word-spacing: 2px;
}

p.error {
	margin: 0px 20px 0px 20px;
	padding: 8px 30px 8px 30px;
	background: #DC143C;
	color: white;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	line-height: 20px;
	word-spacing: 2px;
}

p.news {
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
}

h1 {
	margin: 0px;
	font-family: Georgia, Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 16pt;
	font-weight: bold;
	color: #4e5a6f;
	padding-bottom: 18px;
	padding-top: 10px;
	border-bottom: 1px dotted #343434;
	/*border-bottom-width: 100%;*/
}

h2 {
	margin: 0px;
	font-family: Georgia, Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 14pt;
	font-weight: bold;
	color: #4e5a6f;
	padding-bottom: 14px;
	padding-top: 8px;
}

h3 {
	margin: 0px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #4e5a6f;
	padding-bottom: 12px;
	padding-top: 10px;
	border-bottom: 1px dotted #343434;
}

strong, b {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
}

em, i {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-style: italic;
}

a {
	color: #e7b421;
	text-decoration: none;
}

a:hover {
	color: #afb2c8;
	text-decoration: none;
}

a.menu {
	margin: 1px;
	padding: 3px 8px 3px 8px;
	color: White;
	background-color: transparent;
	border: 0px;/*1px solid transparent;*/
	text-decoration: none;
}

a.menu:hover {
	margin: 0px;
	padding: 3px 8px 3px 8px;
	color: white;
	border: 1px solid white;
	background-color: #575757;
	text-decoration: none;
}

a.lang {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	padding: 3px;
	color: Gray;
	border: 1px solid transparent;
	text-decoration: none;
}

a.lang:hover {
	padding: 3px;
	color: Black;
	border: 1px solid #e7b421;
	text-decoration: none;
}

.menu_bar {
	font-size: 8pt;
	padding-left: 17px;
	text-align: left;
	color: White;
	background: url("images/xs_tmpl_04.jpg");
}

.contents {
	padding: 20px;
	text-align: left;
	background-color: White;
	color: #343434;
}

.copyright {
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	font-weight: normal;
	text-align: right;
	background-color: White;
	color: #a7b0c1;
	padding-right: 20px;
	border-top: solid;
	border-top-width: 1px;
	border-color: #a7b0c1;
}

input.textbox, textarea.textbox{
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;	
	color: #343434;
}

input.button{
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;	
	color: #343434;
	padding: 4px 20px 4px 20px;
}