body		{ margin:0px; 
			  padding:0px;
			  color: #444444;
			  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			  font-size:10px;
			  }

table    {
	padding: 0%;
}

table.make_visible {
	border:none;
	border-bottom:medium;
	border-right:medium;
	border-top:thin;
	border-left:thin;
	border-style:solid;
	border-color: #F0871C;
}
			  
td			{ text-align: left;
			vertical-align: top;
			color: #444444;
			line-height:13px;
			font-family: Tahoma;
		   font-size:11px;
			}

a			{text-decoration: none; color:#5050A8;}

h1			{text-decoration: none; margin-top: 10px; margin-bottom: 5px; font-family: "Trebuchet MS";}
h2			{text-decoration: none; margin-top: 10px; margin-bottom: 5px; font-family: "Trebuchet MS";}

img {
	border: none;
}

.primary {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: Black;
	text-align: center;
	vertical-align: middle;
}

.footer {
	text-align: center;
}

.note {
	font-size: 9px;
	font-weight: italic;
}

.copy		{font-family:tahoma; font-size:11px; color:#858484; text-decoration:none; line-height:18px}

.top_txt	{color:#838383; text-decoration:none; font-family:tahoma; font-size:11px}

/* Colors */
.white		{color:#ffffff; text-decoration:none;}
.gray			{color:#666666; text-decoration:none;}
.yellow		{color: #FFCC00; text-decoration:none;}
.orange		{color: #F0871C; text-decoration:none;}
.blue			{color: #5050A8; text-decoration:none;}
.warning    {color: red; text-decoration:none;}

/* Sizes */
.u			{text-decoration:underline}
.up		{text-transform:uppercase}
.sm		{font-size:9px}
.big	{font-size:12px}
.bigger	{font-size:14px}
.huge	{font-size:16px;}

.a			{background-position:bottom;
			background-repeat:repeat-x;
			background-image:url(images/under.jpg);
			}

.hidden { visibility: hidden; font-size: 12px; margin: 0px;}

td.menu		{ vertical-align: middle;}
div.menu		{ background-color: #F0871C;	margin: 20px;}
div.menuitem {	margin: 10px; text-align: center; }
td.address	{	vertical-align: top;}
div.address {  margin-left: 30px; margin-top: 10px; margin-bottom: 10px;  vertical-align: top;}
div.forms	{  margin: 20px; }
div.footer 	{  margin: 10px; vertical-align: middle;}
div.main    {  margin: 10px; vertical-align: middle; text-align: justify;}

a#menuitem1 { background-image:url(m1.gif); width:102px; height: 13px; display:block; }
a#menuitem1 span { display:none; }
a#menuitem1:hover { background-image:url(m1b.gif);}
a#menuitem2 { background-image:url(m2.gif); width:102px; height: 13px; display:block; }
a#menuitem2 span { display:none; }
a#menuitem2:hover { background-image:url(m2b.gif);}
a#menuitem3 { background-image:url(m3.gif); width:102px; height: 13px; display:block; }
a#menuitem3 span { display:none; }
a#menuitem3:hover { background-image:url(m3b.gif);}
a#menuitem4 { background-image:url(m4.gif); width:102px; height: 13px; display:block; }
a#menuitem4 span { display:none; }
a#menuitem4:hover { background-image:url(m4b.gif);}
a#menuitem5 { background-image:url(m5.gif); width:102px; height: 13px; display:block; }
a#menuitem5 span { display:none; }
a#menuitem5:hover { background-image:url(m5b.gif);}

	
.form { width:232px;
		height:18px;
		font-family:tahoma;
		font-size:11px;
		border-style:solid;
		border-width:1px;
		border-color:#999999;
		background-color:#E0E0E0;
		color:#666666;
		margin-left:0px;
		margin-right:0px;
		margin-bottom: 5px;}
		
.textarea {width:232px;
		height:98px;
		font-family:tahoma;
		font-size:11px;
		border-style:solid;
		border-width:1px;
		border-color:999999;
		background-color:#E0E0E0;
		color:#666666;
		overflow:auto;
		margin-left:0px;
		margin-right:0px;
		margin-bottom: 5px;}

.rollover {
		scrollbar-face-color:#5050A8;
		scrollbar-track-color:#5050A8;
		scrollbar-arrow-color:#5050A8;
		scrollbar-3Dlight-color:#5050A8;
		scrollbar-base-color:#5050A8;
		scrollbar-shadow-color:#5050A8;
		scrollbar-darkshadow-color:#5050A8;
		scrollbar-highlight-color:#5050A8;
		}

a:hover{text-decoration:underline; color: #F0871D;}
#a:hover{text-decoration:none;}


