﻿* {
	margin:0;
	padding:0;
	}
body {
	font-family:veranda, tahoma, arial;
	font-size:12px;
	color:#000;
	/*background-color:#2a2a2a;*/
	margin-top:5px;
	}
.frm
{
	font-family:veranda, tahoma, arial;
	font-size:12px;
	color:#000;
}
input
{
	font-family:veranda, tahoma, arial;
	font-size:12px;
	color:#000;

}
label
{
    width:275px;
    margin-right:3px;
}
#wrapper 
{
    width:520px;
	border:#565656 solid 4px;
	margin:0 auto;
	padding:4px;
	}
.mainTable {
	width:500px;
	padding-left:10px;
	/*border:#ffffff solid 4px;*/
	background-color:#ffffff;
	font-family:veranda, tahoma, arial;
	font-size:12px;
	color:#000;
	display:block;
}
.contentTable {
	width:750px;
	height:100%;
	border:red solid 0px;
	padding:0;
}
.searchTable {
	width:200px;
	height:100%;
	padding:0;
	background-color:white;
	border:red solid 0px;
}
#greenCell {
	vertical-align:top;
	padding:0px;
	margin:0;
}
img {
	border:0;
	}
p {
	text-indent:10px;
	}

/* Structure */
#header {
	height:100px;
	line-height:100px;
	background-image:url(images/bg-header.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	}

#content {
	background-color:#fff;
	background-image:url(images/bg-content.gif);
	background-repeat:no-repeat;
	background-position:top center;
	padding:10px 5px;
	}
/* Headings */

#content a {
	color:#222222;
	text-decoration:none;
	font-weight:bold;
	}
#content a:hover {
	color:#222222;
	text-decoration:underline;
}
.content {
	background-color:white;
}
.menuGreen {
	background-color: #c8d35b;
}
.menuDarkGreen {
	background-color: #2F4F2F;
}
.search {
	background-color: #DCDCDC;
}
.smallBlack {
	font-size:8px;
	font-family: arial;
	color:#000;
}
.black {
	font-family:verdana;
	color:#000;
}
.smallBlackI {
	font-size: 8px;
	font-family: arial;
	color: #000;
	font-weight: bold;
	font-style: italic;
}
.smallWhiteI {
	font-size: 8px;
	font-family: arial;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
}
.smallBlue
{
    color:#b5d2eb;
    font-size:9px;
    font-family:tahoma;
}
.smallBlueI
{
    color:#b5d2eb;
    font-size:9px;
    font-family:tahoma;
    font-style:italic;
}    
.lightBlack {
	font-family: verdana;
	color: #363636;
	font-weight: bold;
	
}
.Green {
	font-size:12pt;
	font-family:verdana;
	color:#ebf078;
}
.MGCG {
	padding-top:5px;
	padding-right:5px;
	font-size:7pt;
}
