/*********************************************************************
/	Developed by Creation Cafe Studios - http://www.creationcafe.com *
/	Copyright 1999 - 2004.  All Rights Reserved.                     * 
*********************************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	padding:15px;
	background-color: #181818;
	scrollbar-face-color: #181818;
	scrollbar-highlight-color: #7D7D7D;
	scrollbar-3dlight-color:#181818;
	scrollbar-darkshadow-color: #181818;
	scrollbar-shadow-color: #7D7D7D;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #0D0D0D;
}

a:link, a:active, a:visited {
	color: #DEC199;
	background-color: #181818;
	text-decoration: underline;
	font-size:12px;
}
a:hover {
	color: #DEC199;
	text-decoration: none;
	font-size:12px;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#DEC199;
	font-weight: bold;
}

.footer {
	background-color: #181818;
}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
}
.contact a:active, .contact a:link, .contact a:visited, .contact a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#DEC199;
	text-decoration:underline;
}

.msgbox {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	border-left: #737370 1px solid;
	border-right: #737370 1px solid;
	border-top: #737370 1px solid;
	border-bottom: #737370 1px solid;
	background-color: #F8F8F6;
	color: #606060;
}

.buttons {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-image: url(images/button.gif); 
	background-repeat: repeat-x;
} 

.logged {
	color: #7D7D7D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.intro { 	
	background-color: #525252;
	height:200px; 
	width:360px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.intro a:active, .intro a:link, .intro a:visited {
	color: #DEC199;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	background-color: #525252;
}
.intro a:hover {
	color: #DEC199;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #525252;
}


.contactstatus {
	font-weight:bold;
	color: #F7C707;
	font-size: 14px;
}