@font-face {
    font-family: Overexposed;;
    font-style:  normal;
    font-weight: normal;
    src: url(../fonts/OVEREXP0.eot);
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 24px;
	font-style: normal;
	font-weight: bold;


}

.heading {
	font-family: Overexposed, Times New Roman, Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 9px;


}

A:link {text-decoration: none; background: none}
A:visited {text-decoration: none; background: none}
A:active {text-decoration: none; background: none}
A:hover {text-decoration: underline; background: none}

.tracklist {
	padding-top: 5px;
	padding-bottom: 5px;
}

.username {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: normal;
	color: #FFFFFF;
	text-align: justify;
}

.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: justify;
}

.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}

.normal_hidden {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: normal;
	color: #E0D0D0;
	text-align: justify;
}

.smaller_hidden {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E0D0D0;
	text-align: justify;
}

.subheading_hidden {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #E0D0D0;
}

.normal_hidden A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: normal;
	color: #E0D0D0;
	text-align: justify;
}

.smaller_hidden A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E0D0D0;
	text-align: justify;
}

.subheading_hidden A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #E0D0D0;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
}

TEXTAREA { 
	behavior: url(../scripts/maxlength.htc);
}

.border {
	background-color: #A59999;
	border: 1px solid #FFFFFF;
}

.border_L {
	background-color: #A59999;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.border_R {
	background-color: #A59999;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-right-color: #FFFFFF;
}

div.rounded { 
 background: #A59999 url(../images/roundedbox_t.jpg) repeat-x center top; 
} 
div.rounded div { 
 background: transparent url(../images/roundedbox_b.jpg) repeat-x center bottom; 
} 
div.rounded div div { 
 background: transparent url(../images/roundedbox_l.jpg) repeat-y left center; 
} 
div.rounded div div div { 
 background: transparent url(../images/roundedbox_r.jpg) repeat-y right center; 
}
div.rounded div div div div { 
 background: transparent url(../images/roundedbox_tl.jpg) no-repeat left top; 
}
div.rounded div div div div div { 
 background: transparent url(../images/roundedbox_tr.jpg) no-repeat right top; 
}
div.rounded div div div div div div { 
 background: transparent url(../images/roundedbox_bl.jpg) no-repeat left bottom; 
}
div.rounded div div div div div div div { 
 background: transparent url(../images/roundedbox_br.jpg) no-repeat right bottom;
}

.plain {
}

div.underline { 
 background: transparent url(../images/white.gif) repeat-x center bottom; 
} 
