@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-right: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	background-color: #252626;
	background-image: url(../images/background.gif);
	background-repeat:repeat-x;
	/*background-attachment:fixed;	*/
}

th {
	background-color:#999999;
	color:#ffffff;
	font-size:10px;
	font-weight:normal;
}

td.header {
	width: 100%; 
	height: 150px;
	background-image:url(../images/background_header.gif);
	background-repeat: repeat-x;	
}

td.content {
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
}

div.footer {
	font-size:8px;
	color:#cccccc;
	margin-top:10px;
}

div.symbol {
	font-family:Symbol;
	font-size:8px;
	color:#ffffff;
}

h1 {
	font-family: Tahoma;
	font-size: 24px;
	color: #ffffff;
	/*text-transform: uppercase;*/
	margin: 0px;
	font-weight:100;
}

a.topnav:link		{background-color:#767370; font-family:Tahoma; display:block; height:40px; color:#FFFFFF; font-weight:bold; font-size:10px; text-decoration:none; float:left; text-indent:5px; text-transform:uppercase;}
a.topnav:visited	{background-color:#767370; font-family:Tahoma; display:block; height:40px; color:#FFFFFF; font-weight:bold; font-size:10px; text-decoration:none; float:left; text-indent:5px; text-transform:uppercase;}
a.topnav:hover		{font-family:Tahoma; display:block; height:40px; color:#FFFFFF; font-weight:bold; font-size:10px; text-decoration:none; float:left; text-indent:5px; text-transform:uppercase; background-image:url(../images/button_hover.gif); background-repeat:repeat-x;}
a.topnav:active		{background-color:#767370; font-family:Tahoma; display:block; height:40px; color:#FFFFFF; font-weight:bold; font-size:10px; text-decoration:none; float:left; text-indent:5px; text-transform:uppercase;}

a.footernav:link		{font-family:Tahoma; color:#cccccc; font-weight:bold; font-size:9px; text-decoration:none;}
a.footernav:visited		{font-family:Tahoma; color:#cccccc; font-weight:bold; font-size:9px; text-decoration:none;}
a.footernav:hover		{font-family:Tahoma; color:#cccccc; font-weight:bold; font-size:9px; text-decoration:underline;}
a.footernav:active		{font-family:Tahoma; color:#cccccc; font-weight:bold; font-size:9px; text-decoration:none;}

a:link		{font-family:Tahoma; color:#cccccc; font-weight:bold; font-size:12px; text-decoration:none;}
a:visited	{font-family:Tahoma; color:#cccccc; font-weight:bold; font-size:12px; text-decoration:none;}
a:hover		{font-family:Tahoma; color:#cccccc; font-weight:bold; font-size:12px; text-decoration:underline;}
a:active	{font-family:Tahoma; color:#cccccc; font-weight:bold; font-size:12px; text-decoration:none;}

div.standout {
	padding: 25px;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 2px;
}

/*************/
/* MOO TOOLS */
/*************/
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
}
 
.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}