/* Weekend Warrior CSS */

body { font-family: Verdana, Arial, Helvetica, sans-serif; 
	   font-style: normal; font-weight: normal; font-size: 10px; line-height: 12px; 
	   margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; 
}
.error { color: #ff0000; font-weight: bold; }
.bl   { color: #333399; font-weight: bold; }
.bl2  { color: #333399; font-weight: bold; }
.bl3  { color: #333399; font-size: 12px; line-height: 14px; font-weight: normal; }
.bl3b { color: #333399; font-size: 12px; line-height: 14px; font-weight: bold; }
.red  { color: #993333; font-size: 12px; line-height: 14px; font-weight: bold; }
.red2 { color: #993333; font-size: 10px; line-height: 12px; font-weight: bold; }
			
a:link		{color:#333399;text-decoration:underline;}
a:visited	{color:#3a7dc2;text-decoration:underline;}
a:hover		{color:#993333;text-decoration:none;}
a:active	{color:#993333;text-decoration:none;}
td          {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color:#333333;}

.copy2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: 9px; line-height: 9px; color: #000000}
.copy2 a:link		{color:#333399;text-decoration:underline;}
.copy2 a:visited	{color:#3a7dc2;text-decoration:underline;}
.copy2 a:hover		{color:#993333;text-decoration:none;}
.copy2 a:active	{color:#993333;text-decoration:none;}

.copy {font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; font-size: 10px; line-height: 12px; color: #FFFFFF}
.copy a:link		{color:#333399;text-decoration:underline;}
.copy a:visited	{color:#3a7dc2;text-decoration:underline;}
.copy a:hover		{color:#993333;text-decoration:none;}
.copy a:active	{color:#993333;text-decoration:none;}


.topBg {
	background-image:  url(images/topBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.leftBg {
	background-image:  url(images/leftBg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.one {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  line-height: 14px;
  font-weight: normal; 
  color: #333399; 
  border: #333399; 
  border-style: solid; 
  background: #ffffff; 
  width: 100%; 
  height: 16px;
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px;
}
.two {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  line-height: 14px;
  font-weight: normal; 
  color: #333333; 
  border: #333399; 
  border-style: solid; 
  background: #eeeeee; 
  width: 100%; 
  height: 16px;
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px;
}

/* button */		  
.button { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
   	font-size: 10px; 
	line-height: 18px; 
	color: #ffffff; 
	font-weight: bold; 
	border: #333399; 
	background-color: #3a7dc2; 
	height: 18px; 
	width: 100%;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px 
}

/* End */
