
BODY {
	font-family : helvetica. arial, sans-serif;
	font : normal 10 px arial;
	text-align : left;
	background-color : black;
}

.tablebg{
	background : url(../images/decor/index_paper01.jpg) no-repeat;
}


.head{
	font : 13px sans-serif;
	color : black;
	font-weight : bold;
}



.content{
	font : 12px sans-serif;
	color : black;
	font-weight : bold;
	
}

.contentgray{
	font : 11px sans-serif;
	color : gray;
	padding-left : 15px;
	text-align : left;
}


.contentbold{
	font : 11px sans-serif;
	color : black;
	font-weight : bold;
}

.boxcontent{
	font : 9px sans-serif;
	color : black;
	padding-left : 5px;
	border-left : 5px solid silver;
}

.boxcontentbold{
	font : 10px sans-serif;
	color : black;
	font-weight : bold;
}



.boxline{
	background-color : AppWorkspace;
	border-top : 1px solid #AFAFAF;
	border-left : 1px solid silver;
	border-right : 1px solid silver;
	border-bottom : 1px solid silver;
}


.boxnoline{
	background-color : AppWorkspace;
	border-top : 1px solid Gray;
	border-left : 1px solid Gray;
	border-right : 1px solid Gray;
	border-bottom : 1px solid Gray;
}


A:LINK {
	text-decoration: none;
	color: #006666;
	font-size : 12px;	
	font-family : sans-serif;
	font-weight: bold;

}

A:VISITED{
	text-decoration: none;
color: #006666;
	font-size :12px;	
	font-family : sans-serif;
	font-weight: bold;
	}


A:ACTIVE{
	text-decoration: none;
	color: #006666;
	font-size : 12px;	
	font-family : sans-serif;
	font-weight: bold;
		

}

A:HOVER{
	text-decoration: underline;
	color: #006666;
	font-size : 12px;	
	font-family : sans-serif;
	font-weight: bold;
}




A.small:LINK {
	text-decoration: none;
	color: #006666;
	font-size : 10px;	
	font-family : sans-serif;
}


A.small:VISITED{
	text-decoration: none;
	color: #006666;
	font-size :10px;	
	font-family : sans-serif;
	}


A.small:ACTIVE{
	text-decoration: none;
	color: #006666;
	font-size : 10px;	
	font-family : sans-serif;
		

}

A.small:HOVER{
	text-decoration: underline;
	color:#006666;
	font-size : 10px;
	font-family : sans-serif;
}





A.error:LINK {
	text-decoration: none;
	color: silver;
	font-size : 10px;	
	font-family : sans-serif;
}


A.error:VISITED{
	text-decoration: none;
	color: silver;
	font-size :10px;	
	font-family : sans-serif;
	}


A.error:ACTIVE{
	text-decoration: none;
	color: silver;
	font-size : 10px;	
	font-family : sans-serif;
		

}

A.error:HOVER{
	text-decoration: underline;
	color:white;
	font-size : 10px;
	font-family : sans-serif;
}


A.nothing:LINK {
	text-decoration: none;
}


A.nothing:VISITED{
	text-decoration: none;


	}


A.nothing:ACTIVE{
	text-decoration: none;

		

}

A.nothing:HOVER{
	text-decoration: none;
}

