HTML, BODY {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	line-height: 18px;
	color: Black;
	background: White url('../img/bg.gif');
}

IMG {
	border: none;
}

P {
	margin: 0px 0px 10px 0px;
	padding: 0;
}

UL, OL {
	margin: 10px 0px 10px 0px;
	padding: 0;
}

UL LI {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 20px;
	list-style: none;
	background-image: url('../img/li.gif');
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

B {
	color: #337999;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

I {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


H1 {
	color: #337999;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 15px 0px 5px 0px;
}

H2, H3 {
	color: #f68200;
	font-size: 13px;
	font-weight:normal;
	margin: 8px 0px 0px 0px;
}

DIV.title {
	background:url(/templates/img/title-line.jpg) no-repeat bottom right;
	padding-left:12px;
	padding-bottom:8px;
	margin-top:15px;
	margin-bottom:5px;
}

.big {
	font-size:20px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height:27px;
}
.orange {
	color: #f68200;
}

DIV.content A.blue {
	color: #006481;
}
DIV.content A.blue:hover {
	color: white;
	background-color: #006481;
}

/* Content */
DIV.arrow {
	 padding-top:2px; 
	 padding-left:14px; 
	 background:url(/templates/img/div.gif) no-repeat;
}

DIV.content A {
	color: #ff6a00;
	text-decoration:none;
	padding:0px 3px 0px 3px;
}

DIV.content A:hover {
	color: white;
	background-color: #ff6a00;
}

DIV.content A.img {
	background:none;
	padding:0;
}

.footer {
	color: #bbe1c4;	
}
.footer A {
	color: #bbe1c4;
	text-decoration:none;
	line-height:19px;
	padding:4px;
}
.footer A:hover {
	color: #bbe1c4;
	background-color: #304842;
}
DIV.content input, DIV.content textarea{
	border:solid #9cc8b3 3px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
DIV.content textarea {
	padding:10px 0px 0px 10px;
}
DIV.system {
	color:#FFFFFF;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
}
/* Fullsize images */
DIV.fullsize {
	background:url('/templates/img/monitor.jpg') no-repeat;
	width:144px;
	height:184px;
	text-align:center;
}
