/**/

.menuLink	 {
	font-family : Verdana, Arial, sans-serif;
	font-size : small;
	color : #FF3333;
	font : bold;
}

.menuLink :link{ color: Red;  font-style : bold;  text-decoration : none;  }
.menuLink :visited{ color: Red;  font-style : bold;  text-decoration : none; }
.menuLink :active{ color: #FFFFCC;  font-style : bold; }
.menuLink :hover{ color: White;  font-style : bold; }


a:hover {
	color : Red;
}

body	 {
	background-color : #FFFFFF;
	font-size : 2;
	margin : 2px 2px 2px 2px;
}

p	 {
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size : 0.75em;
}

p.copyright	 {
	font-family : Verdana, Arial, sans-serif;
	font-size : x-small;
}

h1	 {
	font-family : Georgia, "Times New Roman", Times, serif;
	color : #003300;
	font-size: 1.6em;
}

h2	 {
	font-family : Georgia, "Times New Roman", Times, serif;
	color : Navy;
	font-size: 1.4em;
}

h3	 {
	font-family : Georgia, "Times New Roman", Times, serif;
	color : Navy;
}


h5	 {
	font-family : Georgia, "Times New Roman", Times, serif;
	color : Navy;
}

h6	 {
	font-family : Georgia, "Times New Roman", Times, serif;
	color : Navy;
}

h6.news{
	font: bold 12px arial,sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000;
}

hr {
	height : 3px;
	margin : 0;
	width : 75%;
}

ol	 {
	list-style-type : Decimal;
}

ul {
	list-style-type : disc;
}

p.caption {
	font-family : Verdana, Arial, sans-serif;
	font-size : X-small;
	font-weight : Bold;
}

.highlighter {
	background-color : #FFFF00;
	font-family : Verdana, Arial, sans-serif;
}
.smallbody {
	font-family : Verdana, Arial, sans-serif;
	font-size : xx-small;
}

/* all curved boxes get the bottom-left corner */
div.rounded {
  background: #cbdffe url(Resources/bl_30_cbdffe_ffffff.gif) no-repeat bottom left;
  color: #333333;
  position: relative;
  padding-top: 0;
  padding-bottom: 30px;
  margin: 1em 10px 0 0 ;
  height:100%
}

/* all elements in 'div.rounded' gets the B-R corner */
div.rounded * {
  background: #cbdffe url(Resources/br_30_cbdffe_ffffff.gif) no-repeat bottom right;
  color: #333333;
  padding: 1em 2em 30px 0;
  margin: 0 0 -30px 30px;
  height:100%;
}

/* Scrub that B-R corner from all elements *2+* levels deep*/
div.rounded * * {
  padding: 0;
  margin: 0;
  background: none;
  color: #333333;
  height:auto
}

/* Set up some H's as 'box heads' with the T-R and T-L corners */
div.rounded h1, div.rounded h4 {
  color: #ffffff;
  background: #cbdffe url(Resources/tr_30_cbdffe_ffffff.gif) no-repeat top right;
  display: list-item;
  list-style-image: url(Resources/tlc_30_cbdffe_ffffff.gif);
  list-style-position: inside;
  list-style-type:none;
  padding: 0;
  margin: 0;
  position: relative;
}

div.rounded h1 {
  font-size: 3.2em;
}
div.rounded h4 {
  font-size: 1.6em;
}

/* an attempt to get the flash players embedded properly */
div.embed.rounded {
  background: #cbdffe;
  list-style-type:none;
  padding: 0;
  margin: 0;
  position: relative;
}
.albuminfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #003300;
	padding: 20px;
	clear: none;
	float: left;
	width: 280px;
	position: relative;
	top: inherit;
}

p.news {
	text-align: right;
	font:12px arial;
	padding-top: 10px;
	padding-right: 10px;
	margin:0px;
	background-color: #e6bbc4;
}

#newsletter{
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: auto;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}

img {
	border:0px;
}
