@charset "utf-8";
/* CSS Document */

.title {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:2em;
	font-weight:bold;
	padding-bottom:10px;
}

.c_content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}


.news_title {
	font-family:Verdana, Geneva, sans-serif;
	font-size:8pt;
	font-weight:bold;
	padding-bottom:5px;
}

.news_title a:link {
	text-decoration:none;
	color:#000;
}

.news_title a:visited {
	text-decoration:none;
}

.news_title a:hover {
	background-color:#FFFFFF;
}


.news_desc {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:8pt;
}


.news_desc a:link {
	text-decoration:none;
}

.news_desc a:visited {
	text-decoration:none;
}

.news_desc a:hover {
	text-decoration:underline;
	background-color:#FFFFFF;
}

.sections {
	margin-bottom:2px;
}
.sections a:link {
	color:#999;
	text-decoration:none;
}

.sections a:visited {
	text-decoration:none;
}
.sections  a:hover{
	color:#00F;
	text-decoration:none;
}

.thumb_title {
font-family:Arial, Helvetica, sans-serif;
font-size:small bold;
color:white;
background-color:#000000;
padding:2px;
padding-left:2px;
}

.thumb_title a:link {
padding:2px;
color:white;
text-decoration:none;
}

.thumb_title a:visited{
color:#999;
text-decoration:none;
}
.thumb_title a:hover {
color:#3366FF;
}

.lnk_title a:link {
color:#000000;
text-decoration:none;
}
.lnk_title a:visited {
text-decoration:none;
}
.lnk_title a:hover {
padding-right:10px;
color:#FFFFFF;
background-color:#3366CC;
text-decoration:none;
}


#tbl_directory {
margin-left:20px;
width:400px;
padding:5px;
font-family:Arial, Helvetica, sans-serif;
}


#tbl_directory .dir_name{
font-size:small;
font-weight:bold;
}

#tbl_directory .dir_desc{
font-size:12px;
}

#tbl_directory .dir_body{
font-size:12px;
}



