/**********************************************************
Default styles - These css rules are for every page of the
site other than the index (or home) page.
**********************************************************/

/* Tag Styles */
html { 
min-width: 768px;
}
body {
margin: 0px;
padding:0;
font:85% verdana,tahoma,sans-serif;
}

img{ border: none; }
label { cursor: pointer; }


.menu{
display:block;
width:110px;
padding:4px 2px 4px 10px;
font-size:1.0em;
font-weight:bold;
background-color:inherit;
color:#7393D5;
border:0px solid #ffffff;
}

.menu:hover{
background-color:#000000;
color:#FFFFFF;
border:0px solid #7393D5;
}

a{
text-decoration:none;
background-color:inherit;
font-weight:bold;
color:#FFF26E;
}

a:hover{
background-color:inherit;
color:#000000;
}

.credits{
margin-bottom:0;
font-size:0.8em;
background-color:inherit;
color:#ffffff;
}

/* Links */

a.linknavilinks:link,a.linknavilinks:visited { color: ddd993;text-decoration: none }
a.linknavilinks:hover { color: ddd993;text-decoration: underline} 

a.linknavilinks2:link,a.linknavilinks2:visited { color: #c31f25;text-decoration: none }
a.linknavilinks2:hover { color: #c31f25;text-decoration: underline} 

a.linknewmem:link,a.linknewmem:visited { color: CCCCCC }
a.linknewmem:hover { color: 96A222} 

a.linkregister:link,a.linkregister:visited { color: CCCCCC }
a.linkregister:hover { color: 96A222} 

a.linkgrey:link,a.linkgrey:visited { color: 666666 }
a.linkgrey:hover { color: 666666} 

a.link2:link,a.link2:visited { color: blue }
a.link2:hover { color: red} 

.navi {
color : #CCCCCC;
font-family: tahoma;
font-size: 10px;
font-weight: bold;
}
.header {
color : #96A222;
font-family: tahoma;
font-size: 14px;
}
.loginwords {
color : #D1D1D1;
font-family : tahoma;
font-size: 10px;
}
.login {
background-color: #1B441B;
border-width: 1;
border-color:#003000;
border-style:solid;
color: #000000;
font-size: 10pt;
font-family: verdana;
}
.towheader {
	font-family: tahoma;
	font-style: italic;
	color: #666666;
	font-size: 10px;
}
.towtitle {
	font-family: tahoma;
    font-weight: bold;
	color: #666666;
	font-size: 10px;
}
.towbody {
	font-family: tahoma;
	color: #666666;
	font-size: 10px;
}
/* Use this if you do not want something to display */
.hide { display: none; }