/* CSS Document */

a.content
{
 padding: 5px;
 border-left: 1px solid #cccccc;
 border-bottom: 1px solid #cccccc;
 color: #999999;
 font-weight: bold;
 text-decoration: none;
 margin: 1px;
}

a.content:hover
{
 color: #FFCC66;
}

a.acontent
{
 padding: 5px;
 border-left: 1px solid #cccccc;
 border-bottom: 1px solid #cccccc;
 color: #FFCC66;
 font-weight: bold;
 text-decoration: none;
 margin: 1px;
}

a.acontent:hover
{
 color: #999999;
}


table.contentTBL
{
	border: 1px solid #cccccc;
	border-bottom: 0px;
	border-right: 0px;
}
table.contentTBL td
{
	border: 0px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	text-align: center;
}

img.border
{
	border: 1px solid #000000;
}


ul.sub
{
	padding-left: 0px;
	list-style: square;
}

ul.sub li
{
 background-color: #FDCF8C;
 padding: 3px;
 margin: 0px;
 margin-bottom: 3px;
}

ul.ssquare
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	list-style: square;
}

.bgLine
{
	background: url(../images_1/line_mid.gif) repeat-y;
}

td.header1
{
	background-color: #FFB03B;
	padding-right: 30px;
	padding: 5px;
	font-size: 10px;
}

