/* alternat BODY  {background: url(front/background.gif); background-color: #333399;} */

BODY  {
	background-color: #d3d4e8;
	scrollbar-arrow-color: #7475b6;
	scrollbar-base-color: #e8e8f2;
	scrollbar-dark-shadow-color: #aaaaaa;
	scrollbar-track-color: #e8e8f2;
	scrollbar-face-color: #f2f1ef;
	scrollbar-shadow-color: #e8e8f2;
	scrollbar-highlight-color: #cac7c2;
	scrollbar-3d-light-color: #f2f1ef;
	}

/* Fonts */
h5, .orange, td, .footer, .big {
	font-family: verdana, arial, helvetica, sans-serif;
	}

/* Fonts and Colors */
h5, .orange, {
	color: #7475b6; background-color: transparent;
	}

td.bg {
	color: #ffffff;
	}

/* Fonts Styles */
.orange {
	font-weight: bold;
	}

/* Fonts Sizes */
h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	color: #7475b6;
	font-weight: bold;
	/*margin-left: 15px;*/
	margin-right:15px;
	background-color: transparent;
	}

.margin_left {
	margin-left:15px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	margin-top:0px;
	}
	
h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #7475b6;
	background-color: transparent;
	margin-left: 15px;
	margin-right:15px;
	}
	
h4 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #7475b6;
	background-color: transparent;
	margin-left:15px;
	margin-right:15px;
	}
	
h5,.orange, .big {
	font-size: 12px;
	}
	
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
	
.info {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
	
/* Tables */
/* td, td.bg {
	vertical-align: middle;
	}
*/
	
/* Links */
A:LINK { color: #2563af;  }
A:VISITED { color: #2563af;  }
A:HOVER {color: #ff9900; }

/* Form */
form {
	font-family: Verdana, Arial, "sans-serif";
	font: 10px;
	color: #000000;
	}
	
/* input {
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	font-family: Arial, Verdana, "sans-serif";
	font-size: 10px;
	}
input.none {
	border-style: solid;
	border-color: #660033;
	border-width: 0;
	font-family: Arial, Verdana, "sans-serif";
	font-size: 10px;
	}
*/

.form_txt {
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

select {
	border-style: solid;
	border-color: #000131;
	border-width: 1px;
	font-family: Arial, Verdana, "sans-serif";
	font-size: 10px;
	}

textarea {
	border-style: solid;
	border-color: #000131;
	border-width: 1px;
	font-family: Arial, Verdana,  "sans-serif";
	font-size: 10px;
	}

/* navigation bar */
table.n1 {
	background-color : transparent;
	color : White;
	font-size: 10px;
	}

span.n1, a.n1:link, a.n1:visited  {
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color : transparent;
	}

a.n1:hover {
	color: #ffd63e;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color : transparent;
	}