<STYLE TYPE=text/css>

.betastuff { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration: none }

.bodylink {font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 14px; color: #000000;}

body {
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
        background-color:#BEBEBE;
  }



/* star rating code - use lists because its more semantic */
/* No javascript required */
/* all the stars are contained in one matrix to solve rollover problems with delay */
/* the background position is just shifted to reveal the correct image. */
/* the images are 16px by 16px and the background position will be shifted in negative 16px increments */
/*  key:  B=Blank : O=Orange : G = Green * /
/*..... The Matrix ....... */
/* colours ....Background position */
/* B B B B B - (0 0)*/
/* G B B B B - (0 -16px)*/
/* G G B B B - (0 -32px)*/
/* G G G B B - (0 -48px)*/
/* G G G G B - (0 -64px)*/
/* G G G G G - (0 -80px)*/
/* O B B B B - (0 -96px)*/
/* O O B B B - (0 -112px)*/
/* O O O B B - (0 -128px)*/
/* O O O O B - (0 -144px)*/
/* O O O O O - (0 -160px)*/


/* the default rating is placed as a background image in the ul */
/* use the background position according to the table above to display the required images*/
.rating{
	width:80px;
	height:16px;
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url(/images/star-matrix.gif) no-repeat 0 0;
}
/* add these classes to the ul to effect the change to the correct number of stars */
.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}
ul.rating li {
	cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	text-indent:-999em;
}
ul.rating li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}
ul.rating li.one a {left:0}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;}
ul.rating li a:hover {
	z-index:2;
	width:80px;
	height:16px;
	overflow:hidden;
	left:0;	
	background: url(/images/star-matrix.gif) no-repeat 0 0
}
ul.rating li.one a:hover {background-position:0 -96px;}
ul.rating li.two a:hover {background-position:0 -112px;}
ul.rating li.three a:hover {background-position:0 -128px}
ul.rating li.four a:hover {background-position:0 -144px}
ul.rating li.five a:hover {background-position:0 -160px}



blockquote {
border : 1px solid #FFFFFF;
width: 600px;
margin-left: 40px;
padding: 10px;
background-color: #ccc;
quotes: 201C 201D;
}
blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }




.printfont    {
                text-align: justify;
                text-decoration: none;
                font-family: Arial,helvetica;
                font-weight: normal;
                font-size: 10pt;
                color: black }

input.search{
  font-family:Arial, sans-serif;
  font-size:8pt;
  background-color:black;
  border-color:gray;
  border-style:solid;
  border-width:1px;
  color:white;
}

table.forum  {
  font-family: Arial;
  font-size: 10pt;
  color: #735E56;
  padding: 0px;
  background-color: #F3E8DF;
  border-top:  1px solid #735E56;
  border-bottom:  1px solid #735E56;
  border-right:  1px solid #735E56;
  border-left: 1px solid #735E56; }

td.forum_bar  {
  font-family: Arial;
  font-size: 12pt;
  text-align: left;
  color: white;
  background-color: #735E56; }

td.forum_std  {
  font-family: Arial;
  font-size: 10pt;
  color: #735E56;
  background-color: #F3E8DF;
  border-right: 1px solid #735E56; 
  border-bottom: 1px solid #735E56; }

td.forum_alt  {
  font-family: Arial;
  font-size: 10pt;
  color: #735E56;
  background-color: #F3E6C5;
  border-right: 1px solid #735E56; 
  border-bottom: 1px solid #735E56; }

input.textStyle { 
  border-color: C6C6C6; 
  border-style:solid; 
  border-width:1px; 
  color: 000000; 
}

select.textStyle { 
  border-color: C6C6C6; 
  border-style:solid; 
  border-width:1px; 
  color: 000000; 
}

textarea.textStyle { 
  border-color: C6C6C6; 
  border-style:solid; 
  border-width:1px; 
  color: 000000; 
}

button.textStyle { 
  border-color: #F5C57C; 
  border-style:solid; 
  border-width:1px; 
  color: #000000; 
}


.hometexts {
  font-family:  Arial, sans-serif;
  font-size: 10px;
  color: black;
  text-decoration:none;
  font-weight:400;
  line-height:16px;  }

.hometext {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  color: black;
  text-align: justify;
  text-decoration:none;
  font-weight:400;
  line-height:16px;
  margin-right:10px;
  margin-left:10px;  }

.formhead {
  font-family:  Arial, sans-serif;
  font-size: 20px;
  color: #B05500;
  text-align: left;
  text-decoration:none;
  font-weight:600;
  line-height:20px;
  margin-left:0px;  }

.formtext {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  color: black;
  text-decoration:none;
  font-weight:400;
  line-height:16px;
  margin-left:0px;  }

.formsmall {
  font-family:  Arial, sans-serif;
  font-size: 10px;
  color: black;
  text-decoration:none;
  font-weight:400;
  line-height:10px;
  margin-left:0px;  }

.splash {
  font-family:  Arial, sans-serif;
  font-size: 18px;
  color: #DB7B15;
  text-decoration:none;
  font-weight:400;
  line-height:20px;  }

a.splash:link {
  color: #DB7B15; }

a.splash:hover {
  color: #FF9919;
  text-decoration: underline; }


.contenthead {
  font-family:  Arial, sans-serif;
  font-size: 16px;
  color: #B05500;
  text-decoration:none;
  font-weight:400;
  line-height:22px;
}

.contenttext {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  color: black;
  text-decoration:none;
  font-weight:400;
  line-height:16px;
}

.artTitle {
  font-family: Arial, sans-serif;
  font-size: 20px;
  color: #B05500;
  text-decoration:none;
  font-weight:bold;
  line-height:20px;
  margin-left:0px;  }

a.artTitle:link {
  color: #B05500;
  text-decoration:none;}

a.artTitle:hover {
  color: #FF8C1B;
  font-size: 20px;
  font-weight:bold;
  text-decoration: underline;}

.menTitle {
  font-family: Eurostile, arial;
  font-size: 14px;
  text-decoration:none;
  display: block;
  color: #282828;
  width: 80px;
  height: 20px;
  background-color: #FFFFFF;
  border-right: 1px solid #A5A5A5;
  border-top: 3px solid #FFFFFF; }

a.menTitle:link {
  color: #282828; }

a.menTitle:hover {
  color: #FFFFFF;
  background-color: #EAC880;
  border-top: 3px solid #D5B675;
  font-size: 14px; }

.navTitle {
  font-family: Helvetica, arial;
  font-size: 13px;
  color: black;
  text-decoration:none;
  font-weight: 14px;
  line-height:16px;
  margin-left:0px;  }

a.navTitle:link {
  color: black;
  text-decoration:none;}

a.navTitle:hover {
  color: red;
  font-size: 13px;
  font-weight: 14px;
  text-decoration:underline;}

a.contentlink {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  color: gray;
  text-decoration:none;
 }

a.contentlink:link {
  color: gray;
  text-decoration:none; }

a.contentlink:hover {
  color: red;
  text-decoration:underline;  }

a.formlink {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  color: gray;
  text-decoration:none;
  font-weight:400;
  line-height:16px;
  margin-left:0px;  }

a.formlink:link {
  color: gray;
  text-decoration:none; }

a.formlink:hover {
  color: red;
  text-decoration:underline;  }


a.homelink {
  font-family:  Arial, sans-serif;
  font-size: 14px;
  color: #370C03;
  text-align: left;
  text-decoration:underline;
  font-weight:400;
  line-height:16px;  }

a.homelink:link {
  color: #370C03;
  text-align: left;
  text-decoration:underline; }

a.homelink:hover {
  color: #AB2408;
  text-align: left;
  text-decoration: underline;  }

.menuhead {
  font-family:  Arial, sans-serif;
  font-size: 16px;
  color: #404040;
  text-decoration:none;
  font-weight:400;
  line-height:18px;
  margin-left:0px;  }

.menutext {
  font-family:  Arial, sans-serif;
  font-size: 11px;
  color: gray;
  text-decoration:none;
  font-weight:400;
  line-height:16px;
  margin-left:20px;  }



div.printhead    {
                width: 640px;
                text-align: justify;
                background-color: white;
                margin-top : 10px;
                margin-bottom : 10px;
                margin-left : 10px;
                margin-right : 10px;
                text-decoration: none;
                font-family: Arial,helvetica;
                font-weight: normal;
                font-size: 16pt;
                color: black; }

div.print    {
                width: 640px;
                text-align: justify;
                background-color: white;
                margin-top : 10px;
                margin-bottom : 10px;
                margin-left : 10px;
                margin-right : 10px;
                text-decoration: none;
                font-family: Arial,helvetica;
                font-weight: normal;
                font-size: 10pt;
                color: black; }

div.contentblock    {
                padding: 10px;
                text-align: left;
                background-color: #FFFFFF;
                text-decoration: none;
                font-family: Arial,helvetica;
                font-weight: normal;
                font-size: 12pt;
                color: #000000; }

div.menublock    {
                text-align: left;
                background-color: #7D7D7D;
                background-image: url(/images/menu_bg.jpg);
                text-decoration: none;
                font-family: Arial,helvetica;
                font-weight: normal;
                font-size: 12pt;
                color: #FFFFFF; }

div.header    {
                width: 900px;
                text-align: right;
                background-color: #FFFFFF;
                padding: 10px;
                text-decoration: none;
                font-family: Arial,helvetica;
                font-weight: normal;
                font-size: 16pt;
                color: #FFFFFF; }

div.menuback    {
                background-color: #F3E6C5;
                padding: 10px;
                margin: 0px;
                width: 200px;
                height: 100%;
                font-family:  Arial, sans-serif;
                font-size: 12px;
                color: #000000;
                text-decoration:none;
                line-height:12px;  }

div.subcontent    {
                background-color: #F3E6C5;
                padding: 10px;
                margin: 0px;
                font-family:  Arial, sans-serif;
                font-size: 12px;
                color: #000000;
                text-decoration:none;
                line-height:12px;  }

div.form    {
                background-color: #FCF2DC;
                padding: 10px;
                margin: 5px;
                font-family:  Arial, sans-serif;
                font-size: 12px;
                color: #000000;
                text-decoration:none;
                line-height:12px;  }

div.footer    {
                width: 900px;
                text-align: left;
                background-color: #FFFFFF;
                padding: 10px;
                text-decoration: none;
                font-family: Arial,helvetica;
                font-weight: normal;
                font-size: 12pt;
                color: #000000; }


table.ibox    { border-left  : solid #4F4537 1px;
                border-right : solid #4F4537 1px;
                border-top   : solid #4F4537 1px;
                border-bottom: solid #4F4537 1px;
                background-color: black;
                margin-top : 0px;
                margin-bottom : 0px;
                margin-left : 0px;
                margin-right : 0px;
                font-family: Arial;
                font-size: 10pt;
                text-align: center;
                color: white; }

table.ebox    { border-left  : solid #4F4537 1px;
                border-right : solid #4F4537 1px;
                border-top   : solid #4F4537 1px;
                border-bottom: solid #4F4537 1px;
                background-color: #1A1A1A;
                margin-top : 0px;
                margin-bottom : 0px;
                margin-left : 0px;
                margin-right : 0px;
                font-family: Arial;
                font-size: 10pt;
                text-align: justify;
                color: gray; }

table.box    {  margin-top : 5px;
                margin-bottom : 5px;
                margin-left : 5px;
                margin-right : 5px;
                padding: 2px;
                font-family: Arial;
                font-size: 10pt;
                text-align: justify;
                color: gray; }


img.rfloat   {  float : right;
                padding-right : 8px;
                padding-left : 8px; }

img.lfloat   {  float : left;
                padding-right : 8px; }

img.cfloat   {  float : center;
                padding-left : 8px; }

</STYLE>

