/***********************************************/
/* sfaxtools.css                               */
/* Use with sfaxtools.com                      */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,sans-serif;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-weight: bold;
 font-size: 17px;
 color: #334d55;
}

h2{
 font-weight: bold;
 font-size: 15px;
 color: #006699;
}

h3{
 font-weight: bold;
 font-size: 12px;
 color: #334d55;
}

h4{
 font-weight: bold;
 font-size: 12px;
 color: #333333;
}

h5{
 font-weight: bold;
 font-size: 12px;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 12px Verdana,Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #2b58ff;
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #2b58ff;
	border-bottom: 1px solid #2b58ff;
}

#content{
  font-size: 12px;
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}

/***********************************************/
/* added by zky ,2004/3/18                     */
/***********************************************/
#contentfull{
  font-size: 12px;
  float:right;
	width: 95%;
	margin: 0;
	padding: 0 3% 0 0;
}

#ItemName{
	padding: 2px 0px 4px 1px;
	color: #ff0080;
	background-color: #acffac;
}

#currentNav{
	color: #2c2cff;
	background-color: #CCCCCC;
}

#HeadLink{
	padding: 1px 0px 1px 1px;
	border-bottom: 1px solid #cccccc;
}

#SubLink{
	padding: 1px 0px 1px 1px;
	border-bottom: 1px solid #cccccc;
}

#detailNav{
	text-align:right
	color: #0F0FFF;
/*	background-color: #CCCCCC;*/
}

/************* #globalNav styles **************/

#globalNav{
font-size: 12px;
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 12px;
	padding: 0px 4px 0px 0px; 
}



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 12px;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	padding: 1px 0px 1px 2px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
}

#sectionLinks h3{
	padding: 1px 0px 1px 2px;
}

#sectionLinks a:link{
	padding: 1px 0px 1px 2px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:visited{
	border-bottom: 1px solid #cccccc;
	padding: 1px 0px 1px 2px;
}

#sectionLinks a:hover{
	border-bottom: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 1px 0px 1px 2px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 12px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 11px;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 11px;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/* 2005-6-2*/
.cmdline {
	font-size: 12px;
	color: #800000
}

.style1 {color: #804040}
.style2 {
	/*font-size: medium;*/
	color: #0080C0;
}
.style3 {color: #FF0080}

#copyright{
	color: #0080C0;
}
