<style type="text/css"><!--
.Header {
	margin-top: 0px;
	margin-left: 0px;
}

.Redline {	
 	border-top-width: 10px;
   border-top-style: solid;
   border-color: #D75B06;
/*   border-color: #D85B06; */
/*   margin: 2%; */
  	}

.Title {
	position:relative;
	top:0px;
	left:103px;
	height: 24px;
	margin-top: 0px;
	font-size: 14px;
	font-family : Myriad, Arial, Verdana, Geneva, Helvetica, sans-serif;
}

BODY {
	background-color: #F7A707;
	color: #000000;
   font-family : Myriad, Arial, Verdana, Geneva, Helvetica, sans-serif;
	margin: 0px;
	font-size: 14px;
}

.Main {
	padding: 15px;
	font-size: 14px;
	background-color: #2B0807;
	color: #989898;
/*	color: #767774; */
	height: 1000px;
}

.Navigation {
    position:absolute;/*The navigation on the left side, positioned absolutely*/
    top: 0px; 
    left: 0px;
    width: 140px;
    height: 1000px;
    font-family : Myriad, Arial, Verdana, Geneva, Helvetica, sans-serif;
    background-color: #D75B06;
/*	line-height : 110%;/*line-height set to 110% in order to*/  
	}                  /*have the navigation elements better separated*/

.red {color : #A8392D}

small {font-size: smaller;}
large { font-size: larger; }

bigred {
	font-size: larger;
	color: #A8392D;
}

/* nav bar links */
a:link {
	text-decoration: underline;
	background: transparent;
	color: #EFEFEF
}

a:visited {
	text-decoration: none;
	background: transparent;
	color: #EFEFEF;
}
a:hover {
	text-decoration: underline;
	background: transparent;
	color: #260B00;
}
a:active {
	text-decoration: underline;
	background: transparent;
	color: #260B00;
}

/* main area links */
a.main:link {
	text-decoration: underline;
	background: transparent;
	color: #989898;
}

a.main:visited {
	text-decoration: underline;
	background: transparent;
	color: #989898;
}
a.main:hover {
	text-decoration: underline;
	background: transparent;
	color: #EFEFEF;
}
a.main:active {
	text-decoration: underline;
	background: transparent;
	color: #EFEFEF;
}

/* view */
.view {
	 font-size: 10px;
	 text-align: center;
	 padding: 2px;
	 width: 52px;
}

.view a:link {
	text-decoration: underline;
	background: transparent;
	color: #989898;
}

.view a:visited {
	text-decoration: underline;
	background: transparent;
	color: #989898;
}
.view a:hover {
	text-decoration: underline;
	background: transparent;
	color: #EFEFEF;
}

.view a:active {
	text-decoration: underline;
	background: transparent;
	color: #EFEFEF;
}

/* buy it area links */
a.buy:link {
	text-decoration: underline;
	background: transparent;
	color: #A8392D;
}

a.buy:visited {
	text-decoration: underline;
	background: transparent;
	color: #A8392D;
}
a.buy:hover {
	text-decoration: underline;
	background: transparent;
	color: #EFEFEF;
}
a.buy:active {
	text-decoration: underline;
	background: transparent;
	color: #EFEFEF;
}

/* list it area links */
a.listen:link {
	text-decoration: underline;
	background: transparent;
	color: #A8392D;
}

a.listen:visited {
	text-decoration: underline;
	background: transparent;
	color: #A8392D;
}
a.listen:hover {
	text-decoration: underline;
	background: transparent;
	color: #EFEFEF;
}
a.listen:active {
	text-decoration: underline;
	background: transparent;
	color: #EFEFEF;
}

--></style>

