/*-------------------------------------------------------------------
Site Required
-------------------------------------------------------------------*/


/* Global Styles */
A           {text-decoration:underline;}
A:active    {text-decoration:underline;}
A:hover     {text-decoration:underline; color:#804040;}

/* Form Elements */
.txt        {font-family:verdana, tahoma, avant-garde; font-size:x-small; color:#000080;}
.combo      {font-family:verdana, tahoma, avant-garde; font-size:x-small; color:#000080;}
.cmbo       {font-family:verdana, tahoma, avant-garde; font-size:x-small; color:#000080;}
.bt         {font-family:verdana, tahoma, avant-garde; font-size:x-small; font-weight:bold; color:#000080; cursor:hand;}
.body_content {font-family:verdana, tahoma, avant-garde; font-size:x-small; color:#000000;}
.vsitext {font-size: 11px; font-family: tahoma, arial, helvetica; color:#0064af;}

h1  { font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif; font-weight: bold; font-size: 24px; color: #204080; margin:0px; padding:0px; }
h2  { font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif; font-weight: normal; font-size: 18px; color: #204080; margin:0px; padding:0px; }
h3  { font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif; font-weight: bold; font-size: 14px; color: #204080; margin:0px; padding:0px; }
h4  { font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif; font-weight: normal; font-size: 12px; color: #204080; margin:0px; padding:0px; }
h5  { font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif; font-weight: normal; font-size: 10px; color: #204080; margin:0px; padding:0px; }
h6  { font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif; font-weight: normal; font-size: 9px; color: #204080; margin:0px; padding:0px; }


fieldset.option {
	display:block;
	margin-top:15px;
	width:650px;
	border-width:0;
	background:transparent url(/images/transprent_gray.png) 0 0 repeat;
}

fieldset.option legend {
	margin-top:15px;
	display:block;
	width:650px;
	height:63px;
	line-height:63px;
	font-size:18px;
	color:#FFF;
	text-indent:10px;
	background:transparent url(/images/arrow.png) 100% 0 no-repeat;
}

fieldset.option table {
	width:100%;
	margin:15px 0;
}

fieldset.option table tr td {
	width:50%;
	font-size:12px;
}
fieldset.option table tr td:first-child {
	border-right:1px solid #666;
}

fieldset.option table tr td form {
	margin:0;
}

fieldset.option table tr td a {
	font-size:11px;
}

fieldset.option table tr td #paypalinfo {
	padding-top:10px;
	height:49px;
}

fieldset.option table tr td #mailinfo {
	padding-left:25px;
	font-size:11px;
	text-align:left;
}


