body {
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}
.side {
	background-image: url(lines.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
}
.bottom {
	background-image: url(bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10px;
	color: #666666;
	padding-top: 20px;
	padding-right: 10px;
	text-align: right;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #FE4800;
	text-decoration: none;
}
.main {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	text-align: justify;
	list-style-image: url(bullet.gif);
	background-image: url(back.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.titles {
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.list {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-transform: capitalize;
}
.links {
	font-size: 11px;
}
.links a {
	background-image: url(button-on.gif);
	display: block;
	background-repeat: no-repeat;
	height: 25px;
	width: 140px;
	margin-left: 25px;
	padding-top: 4px;
	padding-left: 25px;
	color: #333333;
	text-decoration: none;
}
.links a:hover {
	background: url( 'button-off.gif' ) top left no-repeat;
	color: #333333;
	text-decoration: none;
	}


/* top navigations buttons */

#menu {
	height: 25px;
	margin-left: 25px;
	}
div.outer {
	float: left;
	width: 140px;
	height: 25px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5;
	}
div.outer a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	text-decoration: none;
	background: url( 'nav-on.jpg' ) top left no-repeat;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
div.outer span {
	display: block;
	margin:0;
	padding-right: 0;
	padding-left: 0px;
	text-align: center;
	padding-top: 4px;
	}
div.outer a:hover {
	background: url( 'nav-off.jpg' ) top left no-repeat;
	}
.red {
	color: #FE4900;
}
