/*
    FONT LOGIC:
    The base font is 10px/Verdana and is set in Body.
    The base link has no text-decoration and is NOT bold.
    
    Paragraph tags default to larger fonts: 12px/Arial and links within paragraph tags are Bold.
    
    If you want the text within a paragraph to be 10px then do <p class="f-normal">*/
.list{cursor:hand;cursor:default}
.listover{background-color:
#DEEFFF;cursor:hand;
}
button,input.button{
	border: 1px solid #444444;
	background-color: #ffffff;
	border-color: #ccc #666 #666 #ccc;
	padding: 0px 0.6em 0 0.6em;
	font-family:"Simsun";
	font-size: 12px; 
	margin-left: 1em;
	height:20px;
	color: #444444;
	background-image: url(../../images/background/formButtonBg.gif);
}


form input, form textarea {
	color: #333333; 
	background-color: #FFFFFF; 
	border: 1px #CCCCCC solid; 

	padding: 0px;
	margin:0px;
    padding:1px;
	font-family:"Simsun";
	font-size: 12px;
	}

form input.sfocus, form textarea.sfocus {
	background-color: #ffc;
    color: #000;
}

input.ButtonFace {

    BACKGROUND-image: url("../../images/button/bg.gif");
    BACKGROUND-COLOR: #F0F0E0; 
    BORDER-BOTTOM: #000000 0px solid;
    BORDER-LEFT: #000000 0px solid;
    BORDER-RIGHT: #000000 0px solid;
    BORDER-TOP: #000000 0px solid;
    COLOR: #000000;
    CURSOR: hand;
    width:60;
    height:23;
    FONT-FAMILY: "Simsun";
    FONT-SIZE: 10pt
}
input.checkbox{
    border:none;
}
label{ font-family:"Simsun";
	font-size: 12px;}


body, table{
font-family:"Simsun";
font-size: 12px;
}

body a {
color:  #003366;
text-decoration:none;
}

body a:hover {
color:red;
text-decoration:underline;
}
  
p {
margin: 0px 0px 10px 0px;
padding: 0px;    
font-size: 12px;
line-height:18px; 
font-weight:normal;
font-family: Simsun;
color: #333
}

 





























 



