@charset "utf-8";
/* CSS Document 
 *
 * name: Universal.css, 
 * created: 02.19.2008
 *
 * (C) 2009 Supernatant, LLC.
 *
 * # - id
 * . - class
 */


/* *************************************************************
 *
 *  MODIFIED HTML 
 *
 ************************************************************* */
* {
	/* Size and Position */
	margin: 0;
	padding: 0;	
}

html, body {
	/* Design */
	background-color: #666666;

	/* Text */
	text-align: center;	/* Center the container (IE) */
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

h1 {
	font-size: 24px;
	line-height: 48px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 12px;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: bold;
}

h4 {
	margin-bottom: 1em;
	font-size: 10pt;
	font-weight: bold;
}

p {
	margin-bottom: 1em;
	font-size: 10pt;
	color: #333333;
}

/*  Collapse the borders */
table {
	border-collapse: collapse;
	border: 0;
}

/*  Remove any bullets */
ul {
	list-style: none;
}

select {
	/* width: 100%; */
	border: 2px solid #666666;
}

a:link, a:visited {
	color: #000000;
}

a:hover, a:active {
	color: #FF6600;
}