/* CSS Document */

body {
	font-family: Trebuchet MS, sans-serif;
	background-color: #000;
}

table {
	background-color: #000;
	border: 0;
	padding: 0;
}
	
/* LINKS TOP*/


#link {
	width: 210px;
	margin: 0;
	color: #fff;
	float: left;
	text-align: left;
	text-indent: 5px;
	padding: 0;
}

#link ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#link li {
	margin: 0;
}


#link li a {
	display: block;
	padding: 5px 0;
	border: 0;
	background-color: #4a4a4a;
	color: #F7F7F7;
	border-bottom: 2px solid #000;
	border-left: 1px dotted #9f79ee;
	border-right: 1px dotted #9f79ee;
	font-size: 11px;
	text-decoration: none;
	width: 100%;
	font-weight: bold;
}

html>body #link li a {
		width: auto;
}

#link li a:hover {
	background-color: #ccc;
	border: 1px solid #4f4f4f;
	color: #4f4f4f;
	font-size: 11px;
	font-weight: bold;
}

#link li a:visited {
	background-color: #6b6b6b;
	border-bottom: 2px solid #000;
	border-left: 1px dotted #9f79ee;
	border-right: 1px dotted #9f79ee;
	color: #cccccc;
	font-size: 11px;
	font-weight: bold;
}

ul#navlist {
margin-left: 0;
padding-left: 0;
white-space: nowrap;
background-color: transparent;
}

#navlist li {
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 5px; }

#navlist a:link {
color: #fff;
background-color: #4f4f4f;
border: #7a7a7a 2px solid;
text-decoration: none;
}

#navlist a:hover, #navlist a:visited {
color: #9f79ee;
background-color: #4f4f4f;
border: #7a7a7a 2px solid;
text-decoration: underline;
}

/* LINKS CONTENT */

.linky a:link{
	color: #9f79ee;
	background-color: #000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.4;
	padding: 6px;
}

.linky a:visited {
	color: #ccc;
	background-color: #000;
	text-decoration: underline;
	font-weight: bold;;
	font-size: 13px;
	line-height: 1.4;
	padding: 6px;
}

.linky a:hover {
	color: #cc1100;
	background-color: #000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.4;
	padding: 6px;
	
}

.linky a:active {
	color: #cc1100;
	background-color: #000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.4;
	padding: 6px;
}

a:link {
	color: #9f79ee;
	background-color: #000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 15px;
	
}

a:visited {
	color: #ccc;
	background-color: #000;
	text-decoration: underline;
	font-weight: bold;;
	font-size: 15px;
}

a:hover {
	color: #cc1100;
	background-color: #000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 15px;
}

a:active {
	color: #cc1100;
	background-color: #000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 15px;
}


/* FONTS */

h1 {
	color: #9f79ee;
	background-color: #000;
	font-size: 15px;
	font-weight: bold;
}	

h2 {
	color: #fff;
	background-color: #000;
	font-size: 15px;
	font-weight: bold;
	
}

h3 {
	color: #fff;
	background-color: #666;
	font-size: 15px;
	font-weight: bold;
	border: 3px solid #cccc99;
	padding: 8px;
}


p {
	font-size: 13px;
	background-color: #000;
	color: #cccc99;
	line-height: 1.4;
}

.pgold {
	font-size: 13px;
	background-color: #000;
	color: #cccc99;
	line-height: 1.4;
}

.pwhite {
	font-size: 13px;
	background-color: #000;
	color: #fff;
	line-height: 1.4;
}


.ptitle {
	font-size: 13px;
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

.ptitlep {
	font-size: 13px;
	background-color: #000;
	color: #9f79ee;
	font-weight: bold;
}

.white {
	font-size: 14px;
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

.white1 {
	font-size: 13px;
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

.gold {
	font-size: 15px;
	background-color: #000;
	color: #CCCC99;
	font-weight: bold;
}

.grey {
	font-size: 12px;
	background-color: #000;
	color: #CCCCCC;
	font-weight: bold;
}

.purple {
	color: #9f79ee;
	background-color: #000;
	font-size: 15px;
	font-weight: bold;
}

.purple1 {
	color: #9f79ee;
	background-color: #000;
	font-size: 13px;
	font-weight: bold;
}

.gray {
	font-size: 15px;
	background-color: #000;
	color: #CCCCCC;
	font-weight: bold;
}
.sgray {
	font-size: 13px;
	background-color: #000;
	color: #c0c0c0;
	font-weight: bold;
}
.whitehome {
	font-size: 13px;
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

.silver {
	font-size: 13px;
	background-color: #000;
	color: #c0c0c0;
	font-weight: bold;
}







	