/*Main body css*/

body {
	margin: 0px;
	background-color: #000000;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #FFFFFF;
	
}

td {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

th {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

.bodystyle {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

.large {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight:bold;
}

.pagecontent {
	font-weight:bold;
	line-height:18px;
}

.footer {
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	color:#FFFFFF;
}

/*Background Images and Margins */

.tdmarble {
	background-image:url(../imgs/blond_back.jpg);
	background-repeat:repeat-y;
	
}

.tdred {
	background-image:url(../imgs/red_back.jpg);
	background-repeat:repeat-y;

}

/*Link Effects*/

a:link {
	color: #CC5D62;
}

a:visited {
  color: #333333;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #FF0000;
}

.r:link {
	color: #FFFFFF;
	text-decoration: none;
}

.r:visited {
  color: #CD9022;
  text-decoration: none;
}

.r:hover {
	color:#CC0000;
	text-decoration: underline;
}

.r:active {
	color: #FF0000;
}

.w:link {
	color: #FFFFFF;
	text-decoration: underline;
}

.w:visited {
  color: #CD9022;
  text-decoration: underline;
}

.w:hover {
	color:#CC0000;
	text-decoration: underline;
}

.w:active {
	color: #FF0000;
}



/*Form Elements and Lists*/


form {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	}

input {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

textarea {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

select {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

.error {
	color:#CC0000;
}

ul {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	list-style-type: disc;
	list-style-position: outside;
}

li {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

ol {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	list-style-position: outside;
}