
/* ++++++++++++++ HRC +++++++++++++++ */
/*  STYLES  */

body {
	color: #EEE;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}
p, td, th, li {	color: #EEE; line-height: 1.5em; font-size: 12px;}
p {	margin-bottom: 10px;}
	#content #right3 p, #content #left3 p { text-align: justify; }
p.page {	margin-bottom: 20px; font-size: 12px;  color: #AAA; font-weight: bold; font-style: italic; padding: 0;}

a {	color: #67b9f9;	text-decoration:none;}
a:hover {	text-decoration:none;	color:#FFF;}

div.link { width: 87px; height: 21px; background: url(../images/menu/link_bg.gif) no-repeat left top; text-align: center; }
div.link a {	color: #FFF;	font-size: 10px; line-height: 21px; display: block;}
div.link.float { float: left; margin-right: 5px; }

/* ++++ titles ++++ */
h1 { color:#67b9f9; padding: 0px 0 5px 0; margin: 18px 0 10px 0; font-size: 23px; }
h2 { color:#FFF; padding: 0px 0 5px 0; margin: 10px 0 5px 0; font-size: 17px; line-height: 1.3em; font-weight: normal; }
h3 { color:#FFF; padding: 5px 0 5px 0; margin: 0 0 5px 0; font-size: 14px; line-height: 1.4em;   }
h4 { color:#FFF; line-height: 1.3em; font-size: 13px; margin: 5px 0 5px 0; }
h5 { color:#FFF; line-height: 1.3em; font-size: 12px; margin: 5px 0 5px 0; font-weight: normal;  }
h6 { color:#FF; line-height: 1.3em; font-size: 11px; margin: 5px 0 5px 0; font-weight:normal; }


/* ++++ list styles ++++ */

ul, ol {	margin: 5px 0 10px 5px; list-style: none; }
li {	padding: 0 3px 10px 15px;	background: url(../images/menu/bullet2.gif) no-repeat left 5px; font-size: 13px; }
li strong {	font-size: 14px; }


/* ++++ image styles ++++ */
img {	border: none;}
img.border { border: 1px solid #CCC; }
img.right { float:right; margin:0pt 0pt 5px 15px; }
img.left { float:left; margin:0pt 15px 5px 0pt; }

/* ++++ table styles ++++ */
table {		border: none; border-collapse: collapse;  }
th, td { 	padding: 3px 0px 2px 5px;  }
th { 		font-weight: bold; }
td p{ 	line-height: 1.3em; }


/* ++++++++++++++ FURTHER STYLES +++++++++++++++ */
hr { border: none; border-top: 1px solid #e4e1e0; margin: 20px 0 10px; height: 1px; }
.small {	font-size:  11px;}
.big {	font-size: 16px;}
.caption { color:#666; font-size:10px; font-style:italic; }
.margintop10 { margin-top: 10px; }
.last { margin-right:0px !important; }

/* ++++++++++++++ FORM ELEMENTS +++++++++++++++  */
label { color: #444; font-weight: bold; }
input, select, textarea, .inputbox {	border: 1px solid #999; border-right-color: #CCC; border-bottom-color: #CCC; padding: 3px; font-size: 12px; font-family: Arial, Helvetica, Geneva, sans-serif;  }
.radio { border: none; }

input {	width: 200px; margin-bottom: 3px; }
textarea { width: 340px; height: 130px; line-height: 1.5em;}

/* ++++++++++++++ BUTTONS +++++++++++++++  */

button {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	border:0pt none; cursor:pointer; font-size: 12px; background: none;
}
button.submit {
	background-image:url(../images/buttons/btn_submit.gif);
	height:26px; width:75px; text-indent: -999em; display: block;
}

