﻿body {
	background-color:#7BC143;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#000000;
	line-height:20px;
	cursor:default;
	margin:0;
}

#container {
	width:700px;
	padding:10px;
	background-color:#FFFFFF;
	margin:0 auto 0 auto;
}

#main_menu {
	width:700px;
	padding-top:4px;
	padding-bottom:5px;
	background-color:#CBE7B4;
	text-align:left;
	color:#7bc143;
	margin-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight:bold;
}

#main_menu a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#00b0d8 ;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	padding-top:12px !important;
	padding-top:13px;
	padding-bottom:11px;
	margin-left:0px !important;
	margin-left:0px;
}

#main_menu a:hover {
	background-color:#FFFFFF;
}

#main_menu .aactive {
	background-color:#FFFFFF;
}

h1,h2,h3 {	
	font-family:Fulton’s Hand, Dakota, Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#000000;
	background-position:top right;
	background-repeat:no-repeat;
	padding-bottom:5px;
	padding-top:0px;
}

#body_text {
	margin-left:10px;
	margin-bottom:10px;
	line-height: 1.8em;	
}

#mikey_text {
	margin-left:10px;
	margin-bottom:10px;
	line-height: 1.8em;	
	font-style: italic;
	text-align: left;
}


#quote_text {
	margin-left: 50px;
	margin-right: 50px;
	border: 1px solid #cccccc;
	background-image:url('new/article.jpg');
	background-position: right bottom;
	background-repeat:repeat-x;
	line-height: 1.8em;	
	margin-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	padding-top:12px !important;
	padding-top:13px !important;
	padding-bottom:11px;
	text-align: left;
}

a, .link {
   color:#4A608A;
   text-decoration: none;
}

a:visited {
   color: #7BC143;
   font-style: normal;
   text-decoration: none;
}

a:hover {
   color: #7BC143;
   font-style: normal;
   text-decoration: none;
}

.link {
   cursor:           pointer;
}

.indent, .l_indent {
   padding-left: 20px;
}

.m_indent, .m_l_indent {
   margin-left: 20px;
}

.r_indent {
   padding-right: 20px;
}

.mr_indent {
   margin-right: 20px;
}

.lr_indent {
   padding-left: 20px;
   padding-right: 20px;
}

.m_lr_indent {
   margin-left: 20px;
   margin-right: 20px;
}

.required {
   border: 1px solid #990000;
}

div.msg {
   padding: 5px;
   margin: 10px 10px 15px 10px;
   background-color: #FFFFEE;
   font-size: 12pt;
   font-weight: bold;
   text-align: center;
   border: 2px dotted #B20E0F;
}

.clear { clear: both; }

.default, .bold { font-weight:      bold; }

.acenter { text-align: center !important; }
.aleft { text-align: left !important; }
.aright { text-align: right !important; }

.green { color: #339933; }
.red { color: #993333; }
.blue { color: #333399; }

.tiny {
   font-weight: normal;
   font-size: 7.5pt;
}

.tinyBold {
   font-weight: bold;
   font-size: 7.5pt;
}

.mini {
   font-weight: normal;
   font-size: 8pt;
}

.miniBold {
   font-weight: bold;
   font-size: 8pt;
}

.small {
   font-weight: normal;
   font-size: 9pt;
}

.smallBold {
   font-weight: bold;
   font-size: 9pt;
}

.medium {
   font-weight: normal;
   font-size: 10pt;
}

.mediumBold {
   font-weight: bold;
   font-size: 10pt;
}

.middle {
   font-weight: normal;
   font-size: 11pt;
}

.middleBold {
   font-weight: bold;
   font-size: 11pt;
}

.large {
   font-weight: normal;
   font-size: 12pt;
}

.largeBold {
   font-weight: bold;
   font-size: 12pt;
}

.larger {
   font-weight: normal;
   font-size: 14pt;
}

.largerBold {
   font-weight: bold;
   font-size: 14pt;
}

.largest {
   font-weight: normal;
   font-size: 16pt;
}

.largestBold {
   font-weight: bold;
   font-size: 16pt;
}

/* TABLES-AS-DIVS */
div.table {
}

div.table div {
   margin: 2px;
}

div.table div.section {
   text-align: center;
   font-size: 1.2em;
   font-weight: bold;
   border: 1px solid #00D0D8;
   padding: 5px;
   background-color: #CBE7B4;
   color: #000000;
}

div.table div.subsection {
   text-align: left;
   font-size: 1em;
   font-weight: bold;
   border: 1px dotted #00D0D8;
   padding: 2px 10px;
   background-color: #FEFAE7;
   color: #000000;
}

div.table div#footer {
   background-color: #FFFFF7;
}

div.table div.left {
   float: left;
   width: 24%;
   height: 25px;
   font-weight: bold;
}

div.table div.right {
   float: right;
   width: 73%;
   height: 25px;
}

div.table div.c50  { width: 50px;  }
div.table div.c75  { width: 75px;  }
div.table div.c100 { width: 100px; }
div.table div.c150 { width: 150px; }
div.table div.c200 { width: 200px; }
div.table div.c250 { width: 250px; }
div.table div.c300 { width: 300px; }
div.table div.c350 { width: 350px; }
div.table div.c400 { width: 400px; }

div.table div.m5  { margin-left: 5px; }
div.table div.m10 { margin-left: 10px; }

div.table div.eheight {
   height: 38px;
}

div.table div.newrow, div.table div.blankrow {
   clear: both;
}


.popup {
   position:         absolute;
   max-height:       300px;
   width:            400px;
   opacity:          0.97;
   filter:           alpha(opacity=97);
   overflow:         auto;
   text-align:       left;
   border:           5px solid #000000;
   padding:          10px;
   background-color: #FFFFCC;
}

.popup .header {
   font-size:        1.2em;
   font-weight:      bold;
   margin:           5px 5px 10px 5px;
}

.popup .left {
   font-weight:      bold;
   background-color: #cccccc;
   width:            100px;
}

.popup .right {
   background-color: #FFFFFF;
}
