/* TN Genes CSS */

/* TAGS */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

body {
	background-image: url(images/bgd.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #002c58;
	scrollbar-highlight-color: #cccccc;
	scrollbar-shadow-color:#758a81;
	scrollbar-arrow-color: #7bbcca;
	scrollbar-track-color: #7bbcca;
	scrollbar-dark-shadow-color: #000000;
	scrollbar-3d-light-color: #cccccc;
}

h1, h2, h3, h4, h5 {
	color: #1a6f81;
	text-align: center;
	margin-top: 15px;
}

h3 {
	font-size: 16px;
}

h2 {
	font-size: 18px;
}

h1 {
	font-size: 24px;
}

hr {
	background: #1a6e80;
	height: 4px;
}

/*   IDs     */

div#search {
	background-color: #eeeeee;
	text-align: center;
	padding: 10px;
	height: auto;
	width: 450px;
	border: thin solid #CCCCCC;
	font-size: 10px;
	margin: 10px 10px 20px;
}

div#deeds {
	font-weight: bold;
	background: #eeeeee;
	text-align: center;
	margin: 10px;
	padding: 20px 10px 10px;
	height: auto;
	width: 500px;
	border: thin solid #CCCCCC;
	font-size: 10px;
	vertical-align: middle;
}

div#mainnav {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

div#mainnav a {
    text-decoration: none;
	color: #FFFFFF;
}

div#mainnav a:hover {
	text-decoration: underline;
	color: #DB7093;
}

div#botnav {
	font-size: 10px;
	font-weight: bold;
	color: #01c0ea;
	text-align: center;
	margin-bottom: 20px;
}

div#botnav a {
    text-decoration: none;
	color: #01c0ea;
}

div#botnav a:visited {
	color: DarkBlue;
}

div#botnav a:hover {
	text-decoration: underline;
	color: MediumVioletRed;
}


/*     Classes    */

.copyright {
	color: #FFFFFF;
	font-weight: bold;
}

.quotes {
	font-size: 12px;
	font-weight: bold;
	color: #993366;
	font-style: italic;
}

.l1 { list-style-type: none; 
      font-size: 12px; 
      font-weight: bold;
}

.l2 { list-style-type: disc; 
      font-size: 12px;
      font-weight: normal
}

.ending {
	font-size: 10px;
	text-align: center;
}
.cmargins {
	padding-right: 15px;
	padding-left: 15px;
}

.poembox {
	background-color: #eeeeee;
	width: 300px;
	border: thin solid #999999;
}
.visitors {
	font-size: 10px;
}

.indent {
	text-indent: 25px;
}

.roster { 
	margin-left: 20px; 
	margin-right: 20px;
	text-indent: -15px; 
}

a:link {
	color: #01c0ea;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: DarkBlue;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: MediumVioletRed;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #0066ff;
	font-weight: bold;
}

.red {
	color: #F00;
}
