/* SET BASE FONT */
body,th,td,div,p {
	font: 14px/16px Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#000000;
}

body{
	background-color:#ffffff;
	background-image : url(images/bg_map.jpg);
}

A:visited {
	color : #555582;
	font-weight: bold;
	text-decoration: none;
}

A {
	color : #593175;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: #FF5809;
	font-weight: bold;
	text-decoration: underline;
}

A:visited.dark-bg {
	color : #e8e8e8;
	font-weight: bold;
	text-decoration: none;
}

A.dark-bg {
	color : #ffffff;
	font-weight: bold;
	text-decoration: none;
}

A:hover.dark-bg {
	color: #99FFFF;
	font-weight: bold;
	text-decoration: underline;
}

.bold_purple  {
	font: 14px/16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#3a3a76;
}

.credits  {
	font: 10px/12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#3a3a76;
}

H4 {
	color : d9d9e6;
	background-color : 555582;
	padding : 4px;
	font-family : Arial, Helvetica, sans-serif;
}

H3 {
	color : d9d9e6;
	background-color : 555582;
	padding : 4px;
	font-family : Arial, Helvetica, sans-serif;
}

input {
	background-color: d9d9e6;
	color: 555582;
	font-weight:bold;
	font-family : Arial, Helvetica, sans-serif;
}

select {
	background-color: d9d9e6;
	color:555582;
	font-weight:bold;
	font-family : Arial, Helvetica, sans-serif;
}

textarea {
	background-color: d9d9e6;
	color:555582;
	font-weight:bold;
	font-family : Arial, Helvetica, sans-serif;
}
	
P {
	text-align : justify;
	text-indent : 5px;
	margin-left : 6px;
	margin-right : 8px;
	margin-top : 5px;
	margin-bottom : 5px;
}

P.no_indent_justify {
	text-align : justify;
	text-indent : 0px;
	margin-left : 5px;
	margin-right : 5px;
	margin-top : 5px;
	margin-bottom : 5px;
}

P.no_indent_left {
	text-align:left;
	text-indent : 0px;
	margin-left : 5px;
	margin-right : 5px;
	margin-top : 5px;
	margin-bottom : 5px;
}

P.menu  {
	font: 14px/16px Arial, Helvetica, sans-serif;
	text-align:left;
	text-indent : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 5px;
}