body {
    background-color: #ffffff;
    color: #333333;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    scrollbar-arrow-color: #66CCFF; 
    scrollbar-base-color: #66CCFF;
}
.normalfnt {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 11px;
	font-weight:normal;
    color: #333333;
}
.widefnt {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 11px;
	font-weight:normal;
	letter-spacing:1.5;
    color: #333333;
}
.bldfnt {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 11px;
	font-weight:bold;
    color: #333333;
}
.bigfnt {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 13px;
	font-weight:bold;
    color: #333333;
}

.smallfnt {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 10px;
	font-weight:normal;
    color: #333333;
}

.bigfnt1 {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 13px;
	font-weight:bold;
    color: #CC6633;
}

.bigfnt2 {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 13px;
	font-weight:bold;
    color: #ffffff;
}
a {
   text-decoration: underline;
}
a:link {
    color: #666666;
}
a:hover
{
    color: #66CCFF;
    text-decoration: underline;	
}
a:visited {
    color: #003366;
}

a:active {
    color: #003366;
}

.topBorder_y {
	background: url(images/topline_y.gif) repeat-x;
} 

.rightBorder_y {
	background: url(images/rightline_y.gif) repeat-y;
} 

.leftBorder_y {
	background: url(images/leftline_y.gif) repeat-y;
} 

.botBorder_y {
	background: url(images/botline_y.gif) repeat-x;
}
.displayfld { 
	font-size: 11px;	
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #006699; 
    border-style: none none none none;
    text-decoration: none; 
}
.fancybutton {
	background-color:#f0f0f0;
	color:#006699;
	font-family:Arial, Helvetica, sans-serif, Verdana; 
	font-weight : normal;
	font-size:11px;
	border-top-color:#0099cc;
	border-right-color:#0099cc;
	border-bottom-color:#0099cc;
	border-left-color:#0099cc;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	margin-top:1px;
	margin-right:1px;
	margin-bottom:1px;
	margin-left:1px;
}
.inputbox{  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #333333; 
    background-color: #ffffff; 
    border: 1px solid #cccccc;  
}
.tabletwoborder {
	border-collapse: collapse;
	border-color:#111111;
	border-bottom-style:solid; 
	border-bottom-width:1; 
	padding-bottom:1; 
	border-top-style: solid; 
	border-top-width: 1; 
	padding-top:1;
	background-repeat: no-repeat;
	background-position: bottom left;
}
table.tableblk {
	border-collapse: collapse;
	border-color:#111111;
	border-style:solid; 
	border-width:1;
	background-repeat: no-repeat; 
}
table.tableblk td {
	border: solid #cccccc;
	border-top-width:1px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-collapse:collapse;
}

