@charset "utf-8";
/* CSS Document */
/* -------------------------------
	tag definitions
-------------------------------- */
	
body	{	background: url(../images/) #ccc  repeat-x;
			margin: 0px 0 30px 0;
			padding: 0 0 30px 0;
			color: #333; }
td		{	font-family: Arial, Helvetica, sans-serif;
			font-size : 10pt;
			font-size: smaller;
			line-height: normal;
			color: #797979;
			/*margin: 0px;
			padding: 0px;*/	}
td.content		{	background-color: #fff;
			padding: 0 13px 0 14px;
			font-family: Arial, Helvetica, sans-serif;
			font-size : small;
			color: #000;
			vertical-align : top;
			/*margin: 0px;
			padding: 0px;*/	}

td.rightside		{	background-color: #fff;
			padding: 0;
			font-family: Arial, Helvetica, sans-serif;
			font-size : small;
			color: #000;
			vertical-align : top;
			/*margin: 0px;
			padding: 0px;*/	}

#pagecontent
{
width: 575px;
padding: 0;
margin: 16px auto 0 auto;
background-color: #fff;
font-family: Arial;
font-size: medium;
line-height: normal;
color: #959595;
border: 0px;
}

#footer
{
width: 960px;
padding: 0;
margin: 0 auto 0 auto;
font-family: Arial;
font-size: 10px;
line-height: normal;
color: #797979;
vertical-align: middle;
text-align:left;
}


input,select,option,textarea	{	font-family: Arial, Helvetica, sans-serif;
									font-size: 10px; }
form	{	margin: 0px;
			padding: 0px;	}



a 		{	text-decoration: none;  color: #000000  }  /* for anchors without HREFs */ 						
a:link		{	color: #3737FF; text-decoration: underline;	}	/* all links not yet visited */
a:visited	{	color: #3737FF; text-decoration: underline;	}       /* visited links */
a:active	{	color: #3737FF; text-decoration: underline;	}       /* active links  */
a:hover 	{	color: #3737FF; text-decoration: underline;  }  /* underline links */ 


A:link.small,A:visited.small,A:active.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #cccccc;
	}
A:hover.small { 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size:8pt;
	color: #ffffff;
	font-weight: normal;
	}

H3 {
	font-size: 14pt;
}
H3.red {
	color: #cc0000;
	font-size: 14pt;
}



/* -------------------------------
	miscellaneous
-------------------------------- */	
	
	
.biggreen {
	color: #88C05F;
	font-size: large;
	font-weight: bold;
}	

.smallgreen {
	color: #88C05F;
	font-size: medium;
	font-weight: bold;
}

.smallbrown {
	color: #B15C11;
	font-size: medium;
	font-weight: bold;
	font-style:italic;
}
	
.hide {
	display: none;
}	
	

.marketingbox { width:650px; height:347px; border-width:0; padding:0px; }

	