/* CSS Document */

body {
	background: #C6CDD3 url(../graphics/website/WS-bg.jpg) repeat-x top;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	font-family: Century Gothic, Arial, Verdana, tahoma;
	font-size: 8pt;
	color: #000;
}

table tr td {
	font-family: Arial, Verdana, tahoma;
	font-size: 10pt;
	color: #000;
}

a:link {color: #2A58AD; text-decoration: underline;}
a:visited {color: #2A58AD; text-decoration: underline;}
a:hover {color: #2A58AD; text-decoration: none;}
a:active {color: #000; text-decoration: none;}

a.LR-link:link {color: #CC3333; text-decoration: none;}
a.LR-link:visited {color: #CC3333; text-decoration: none;}
a.LR-link:hover {color: #000; text-decoration: none;}
a.LR-link:active {color: #000; text-decoration: none;}

hr {
	border-left: 1px dotted #FFF;
	border-right: 1px dotted #FFF;
	border-top: 1px dotted #FFF;	
	border-bottom: 1px dotted #D6A638;	
}

/* ------------------ Website ----------------- */

.WS-content {
	width: 850px;
	padding: 30px;
	height: 250px;
	background: #FFF;
}

.WS-footer {
	background: #949CA7;
	height: 30px;
	color: #FFF;
	font-size: 9pt;
	padding: 10px 30px;
}

.WS-colum-left {
	width: 205px;
	padding: 0 10px 0 0;
}

.WS-colum-right {
	width: 585px;
	padding: 0 0 0 20px;
	border-left: 1px dotted #D6A638;
}

/* ------------------ Menu ----------------- */

.MENU-bg {
	width: 215px;
	background: url(../graphics/website/MENU-bg.jpg) no-repeat;
	padding: 70px 0 0 40px;
}

.MENU-bg ul {
	list-style: none; 
	margin: 0; 
	padding: 0; 
	clear: both; 
}

.MENU-bg ul li {
	list-style: none;
	margin: 0;
	padding: 2px 0;
	clear: both;
	height: 23px;
}

.MENU-bg a:link {
	color: #FFF; 
	text-decoration: none; 
	text-transform: uppercase;
	background: url(../graphics/website/MENU-bullet.gif) no-repeat;
	margin: 0px; 
	padding: 0px 0px 0px 25px; 
	display: block;
}
.MENU-bg a:visited {
	color: #FFF; 
	text-decoration: none; 
	text-transform: uppercase;
	background: url(../graphics/website/MENU-bullet.gif) no-repeat;
	margin: 0px; 
	padding: 0px 0px 0px 25px; 
	display: block;
}
.MENU-bg a:hover {
	color: #000; 
	text-decoration: none; 
	background: url(../graphics/website/MENU-bullet_h.gif) no-repeat;
	margin: 0px; 
	padding: 0px 0px 0px 25px; 
	display: block;	
}
.MENU-bg a:active {
	color: #FFF;
	text-decoration: none; 
	background: url(../graphics/website/MENU-bullet_h.gif) no-repeat;
	margin: 0px; 
	padding: 0px 0px 0px 25px; 
	display: block;
}

/* ------------------ Text ----------------- */

.TXT-title {
	color: #2A58AD;
	font-size: 20pt;
}

.TXT-small-title {
	color: #2A58AD;
	font-size: 15pt;
}

.TXT-header {
	color: #D6A638;
	font-size: 15pt;
}

.TXT-denote {
	color: #CC3333;
}

.TXT-small {
	font-size: 8pt;
}

