
/************************************/
/* Top Page common tag styles       */
/************************************/

h1 {
	color : #505055;
	border-bottom : 1px dotted #ffafaf;
	font-size : 18pt;
	width:400px;
}

p {
	line-height: 150%;
}

/************************************/
/* utility tag styles               */
/************************************/
#Jutility{
	background-image:url(../images/utility.jpg);
	width: 750px;
	height: 190px;
}

#Jutility ul {
	margin-top:30px;
	width:280px;
	height:120;
	float:right;
}

#Jutility li#text {
	text-align:left;
	color:#FFFFFF;
	list-style-type:none;
}

/************************************/
/* tabs tag styles             */
/************************************/

#tabs {
	background-color: #fbfdfe;
	font-size: 80%;
	width:700px;
	text-align: left;
}

/************************************/
/* subtitles tag styles             */
/************************************/

.subtitles{
	width: 700px;
	height: 40px;
	text-align:left;
}
.subtexts{
	width: 700px;
	text-align:left;
}


/************************************/
/* News Table tag styles             */
/************************************/
#news {
	width:700px;
	height:160px;
	border: 1px solid #CCCCCC;
	background:url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png);
}

#news table {
	width:350px;
	float: left;
}

#news td#subtitle {
	width:120px;
	font-size:15px;
	font-weight: bold;
	color: #992222;
	text-align:center;
}

#news td#subtitle2 {
	width:120px;
	font-size:15px;
	font-weight: bold;
	color: #992222;
	text-align:left;
}

#news td#date {
	width:120px;
	height:20px;
	font-size:14px;	
	text-align: right;
}
#news td#linkleft {
	width:120px;
	height:20px;
	font-size:14px;	
	text-align: left;
}
#news td#link {
	width:230px;
	height:20px;
	font-size:14px;	
	text-align: left;
}


#news td#linkleftgreen, td#linkleftbrown {
	width:120px;
	height:20px;
	font-size:14px;	
	text-align: left;
}
#news td#linkleftgreen a{
	color:#006666;
	text-decoration: underline;
}

#news td#linkleftgreen a:hover{
    color:#00CCFF;
	text-decoration: underline;
}

#news td#linkleftbrown a{
	color:#CC3300;
	text-decoration: underline;
}

#news td#linkleftbrown a:hover{
    color:#00CCFF;
	text-decoration: underline;
}

#news td#linkred {
	width:230px;
	height:20px;
	font-size:14px;	
	text-align: left;
}
#news td#linkred a{
	color:#FF9933;
	text-decoration: underline;
}

#news td#linkred a:hover{
    color:#00CCFF;
	text-decoration: underline;
}
