/* CSS Document */

body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
	border:none;
}


body{background-color:#f7fdff}
a,td,p,body{font-size:12px;font-family:verdana, arial, helvetica, sans-serif;}

a{color:blue;text-decoration:none}
a:hover{color:red;text-decoration:underline}

a.left_item_link{color:#333333}
a.guide{color:#0072bc;font-weight:bold}
a.issue_list{color:#454545}
a.full_text{color:#777777}
a.art_title{color:black;text-decoration:underline;font-weight:bold}
a.art_titlea{color:#333333;text-decoration:underline;}

.red{color:Red}
.green{color:Green}
.blue{color:blue}
.black{color:Black}
.white{color:White}

.title{color:#0072bc;font-size:13px;}
.news_title{color:#0072bc}

.bold{font-weight:bold}

.left_bg{background-color:#004a80}
.left_pane_bg{background-color:#e8faff}
.left_pane_selected_bg{background-color:#f7fdff}
.left_pane_cell_bg{
    background: url('../images/left_pane_cell_sep.gif');
	background-repeat:no-repeat;
	background-position:bottom
	
}

.left_column_title{color:#004a80;font-size:14px;}
.left_special_column_title{color:#0048ff;font-size:14px;}
.left_special_column_title2{color:red;font-size:14px;font-weight:bold;}

.search_item{color:Blue}

.hand{cursor:hand;}
