body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #aaa;
	background-color:#111111;
	background-image: url(../assets/images/bg_main.gif);
	background-repeat: repeat-x;
	margin: 0px;
	}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#aaa;
	line-height: 20px;
	}
	

a, a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #e16637;
	text-decoration:none;
	}

a:visited{
	color: #e16637;
	text-decoration:none;
	}

a:hover, a:active {
	color: #fff;
	text-decoration:underline;
	}


.logolink {
	text-decoration: none;
	border:none;
	}
	
a:link.logolink, a:visited.logolink, a:active.logolink, a:hover.logolink {
	text-decoration: none;
	border:none;
	}

	
.footer {
	font-size: 11px; 
	font-weight: normal;
	}
	
a:link.footer, a:visited.footer, a:active.footer, a:hover.footer {
	font-size: 11px; 
	font-weight: normal;
	text-decoration: none;
	border:none;
	}
	
.sidebar {
	font-size: 12px;
	color: #aaa;
	font-weight: normal;
	line-height: 18px;
	}

.big {
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	}

.bold {
	font-weight: bold;
	}

.smTitle {
	line-height: 32px;
	letter-spacing: 1.6px;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	}
	



/* Lists
-------------------- */
ul {
	list-style: none;
	font-size: 13px;
	text-transform: none;
	margin:0 0 4px;
	padding:0;
	}

ul li {
	list-style-type:none;
	margin:2px 0 0;
	padding:0 0 0 4px;
	background:transparent url(/assets/images/bullet_square.gif) no-repeat left 0.65em;
	list-style-position: inside;
	list-style-image: url(../assets/images/bullet-square.gif);
	}