@charset "UTF-8";
.copyright {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
}
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}


a:link{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color: #646363;
}
a:hover{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color: #833b39;
}
a:visited{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color: #646363;
}
a:active{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color: #833b39;
}


.basictext {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
}
.credit {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.heading {
	color: #535353;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	text-decoration: none;
	line-height: 38px;
}
.snippet {
	color: #535353;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 16px;
	font-style: italic;
}

.pretty-table
{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border: 1px solid #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	background-color: #CCCCCC;
	background-image: url(widget-table-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.pretty-table caption
{
	caption-side: bottom;
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
	padding: 0.5em 0;
}

.pretty-table th, .pretty-table td
{
	border: 3px solid #FFFFFF;
	padding: 0.5em;
	text-align: left;
	color: #333333;
}

.pretty-table th[scope=col]
{
	color: #FFFFFF;
	background-color: #999999;
	font-size: 0.6em;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.pretty-table th+th[scope=col]
{
	color: #fff;
	background-color: #999999;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.pretty-table th[scope=row]
{
	background-color: #CCCCCC;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.pretty-table tr.alt th, .pretty-table tr.alt td
{
	color: #CCCCCC;
}

.pretty-table tr:hover th[scope=row], .pretty-table tr:hover td
{
	background-color: #666666;
	color: #fff;
}
.textfield {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #999999;
	color: #FFFFFF;
	border: thin solid #999999;
	padding: 3px;
	margin: 3px;
}

.textfield:hover {
	background-color: #666666;
}
.textfield:active {
	background-color: #666666;
}

/*---------New Styles-----------*/
h1{
	color: #535353;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	text-decoration: none;
	line-height: 38px;
	font-weight:normal;
	}
