body         {
	margin-top:0px;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	border:0;
}

a	              { color:#0033CC; text-decoration:none }
a:hover	              { color:#0033CC; text-decoration:underline  }
a:active	              { color:#0033CC; text-decoration:underline  }

a.font_w	              { color:#ffffff; text-decoration:none }
a.font_w:hover       { color:#ffffff; text-decoration:underline  }
a.font_w:active      { color:#ffffff; text-decoration:underline  }

a.font_y	              { color:#FF6600; text-decoration:none }
a.font_y:hover       { color:#FF6600; text-decoration:underline  }
a.font_y:active      { color:#FF6600; text-decoration:underline  }

a.font_b	              { color: #0033CC; text-decoration:underline }
a.font_b:hover       { color: #FF6600; text-decoration:underline }
a.font_b:active      { color: #FF6600; text-decoration:underline }

a.font_c	              { color: #0033CC; text-decoration:none; font-weight: bold  }
a.font_c:hover       { color: #0033CC; text-decoration:underline; font-weight: bold }
a.font_c:active      { color: #0033CC; text-decoration:underline; font-weight: bold  }

td {
	font-size: 12px; 
	color: #000000;
                  text-decoration:none;
                  font-family: "Arial", "Helvetica", "sans-serif";
}

.font_w{
	font-size: 12px; 
	font-weight: normal;
	color: #FFFFFF;
}

.font_y{
	font-size: 12px; 
	font-weight: normal;
	color: #FF6600;
}

.font_b{
	font-size: 12px; 
	font-weight: normal;
	color: #0033CC;
}

.font_c{
	font-size: 12px; 
	font-weight: bold ;
	color: #0033CC;
}

.text {
	font-size: 12px;
                  background-color:#ffffff;
                  border-bottom: #99AEFB 1px solid;
                  border-left: #99AEFB 1px solid;
                  border-top: #99AEFB 1px solid;
                  border-right: #99AEFB 1px solid;
                  border-top: #99AEFB 1px solid;
                  font-size: 12px;                  
}

.button {
	border: none;
	background-image: url(images/button.gif);
	height: 20px;
	width: 64px;
	font-family: "Tahoma";
	font-size: 12px;
	color: #4D66C0;
	position: relative;
}


