/* DEFAULT ELEMENTS */

body {
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 11pt;
	}

h1 {
	font-family: Verdana;
	font-size: 24pt;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	}

h2	{	
	font-family: Verdana; 
	font-size: 20pt; 
	font-weight: bold; 
	text-align: center;
	margin-top: 0px; 
	margin-bottom: 30px;
	}

h3	{
 	font-family: Verdana; 
	font-size: 14pt; 
	font-weight: bold; 
	text-align: center;
	}
	
h4	{
 	font-family: Verdana; 
	font-size: 13pt; 
	background: url(h4shade.gif) top repeat-x;
	margin-bottom: 15px;
	color:#FFF;
	}
	
h5	{
 	font-family: Verdana; 
	font-size: 12pt; 
	font-weight: bold; 
	text-align: left;
	margin-top: 20px; 
	margin-bottom: 10px;
	}

h6	{
 	font-family: Verdana; 
	font-size: 10pt;
	font-weight:normal;
	font-style:italic;
	margin-top: 0px;
	}

	
ul.list {
		list-style-type: circle;
		line-height: 200%;
		}


a:link, a:visited {
	text-decoration: underline;
	color: #84A40B;
	}
	
a:hover {
	text-decoration: underline;
	color:#006990;
	}

/* CLASSES ***********************************************************************************************************************/

p.small {
	font-size:10pt;
	margin-top: 0; 
	margin-bottom: 0
	}
	
p.smallbold {
	font-size:10pt;
	font-weight: bold;
	margin-top: 0; 
	margin-bottom: 0
	}
	
p.footer {
 	font-family: Verdana; 
	font-size: 10pt; 
	text-align: center; 
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
p.menu	{
 	font-family: Verdana; 
	font-size: 13pt; 
	text-align: left; 
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
p.fckeditor	{
	margin-right: 200px;
	margin-top: 20px; 
	margin-bottom: 20px;
	}

p.heading3	{
 	font-family: Verdana; 
	font-size: 14pt; 
	font-weight: bold; 
	text-align: center;
	}
	
p.heading5	{
 	font-family: Verdana; 
	font-size: 12pt; 
	font-weight: bold; 
	text-align: left;
	margin-top: 20px; 
	margin-bottom: 10px;
	}

p.heading6	{
 	font-family: Verdana; 
	font-size: 10pt;
	font-weight:normal;
	font-style:italic;
	margin-top: 0px;
	}
	
	

/* DIV ELEMENTS ***********************************************************************************************************************/

#frame {
	width: 960px;
	margin: auto;
	padding: 5px;
	}

#title {
	height: 110px;
	margin-left:-5px;
	margin-right:-5px;
	clear: both;
	}

#menu {
	clear: both;
	padding: 5px;
	height: 25px;
	border-bottom: 4px solid #4D2177;
	}
 
#content {
	clear: both;
	padding: 5px;
	}
	
#footer {
	clear: both;
	height: 35px;
	font-size:10pt;
	padding: 3px;
		
	border-top: 4px solid #4D2177;
	}



#content_coll_1 {
	float:left;
	width:320px;
	margin-left: -5px;
	}

#content_coll_2 {
	float:left;
	width:320px;
	}
	
#content_coll_3 {
	float:left;
	width:320px;
	margin-right: -5px;
	}

#content_coll_1and2 {
	float:left;
	width:625px;
	margin-left: -5px;
	}	


	
/* TABLES ***********************************************************************************************************************/

table {
	font-family: Verdana; 
	font-size: 11pt; 
	text-align: left;
	
	border:0px;
	
	width:100%;
	margin-left:0%; 
	margin-right:0%;
	}
	
table.border {
	font-family: Verdana; 
	font-size: 11pt; 
	text-align: left;
	
	width:100%;
	margin-left:0%; 
	margin-right:0%;
	
	border-collapse: collapse
	}

	
tr.top td {
	font-weight: bold;
	text-align:center;
	}
	
tr.downadmin {
	font-size: 10pt;
	}
	
td {
	vertical-align: top;
	border: 0px;
	padding: 5px;
	}

td.whitefill{
	text-align:center;
	border:0px solid #000000;
	background-color: #ED7703;
	color: #FFFFFF;
	font-weight: bold;
	background-image:url(/chip.gif);
	background-repeat:no-repeat;
	background-position:top left
	
	}

td.whiteborder{
	border:2px solid #ED7703;
	font-size: 10pt;
	}

td.OrangeFill{
	text-align:center;
	border:0px solid #000000;
	background-color: #ED7703;
	color: #FFFFFF;
	font-weight: bold;
	background-image:url(/chip.gif);
	background-repeat:no-repeat;
	background-position:top left
	
	}

td.OrangeBorder{
	border:2px solid #ED7703;
	font-size: 10pt;
	}

td.GreenFill{
	text-align:center;
	border:0px solid #000000;
	background-color: #84A40B;
	color: #FFFFFF;
	font-weight: bold;
	background-image:url(/chip.gif);
	background-repeat:no-repeat;
	background-position:top left
	
	}

td.GreenBorder{
	border:2px solid #84A40B;
	font-size: 10pt;
	}

td.BlueFill{
	text-align:center;
	border:0px solid #000000;
	background-color: #006990;
	color: #FFFFFF;
	font-weight: bold;
	background-image:url(/chip.gif);
	background-repeat:no-repeat;
	background-position:top left
	
	}

td.BlueBorder{
	border:2px solid #006990;
	font-size: 10pt;
	}

