/* CSS Document */

BODY {
	background: #ffffff url(images/bg.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
td, div
{
	font-family:Trebuchet MS, Georgia, Verdana, Arial, Helvetica;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
}

a { color:#0088cc; text-decoration:none;}
a:hover { color:#003377}

div {
	margin:0px;
	padding:0px;
	}
	
#holder {
	width:924px;
	margin: 0 auto;
	}


#myHolder {
	background: url(images/home-back.png) repeat-y;
	width:924px;
	padding-left: 12px;
	display:block;
	float:left;
	margin: 0 auto;
	}	
	
div#myContent {
	margin-top:3px;
	width:900px;
	display:table-cell;
	float:left;
	text-align:left;
	}
	
#header {
	width: 924px;
	background: url(images/home-header-back.png) no-repeat;
	height: 116px;
	display:block;
	float:left;
	}

#myBody {
	width:880px;
	float:left;
	display:block;
	margin: 10px;
	}
	
#myBody #leftCol {
	width:220px;
	float:left;
	display:block;
	}

#myBody #rightCol {
	width:640px;
	float:right;
	display:block;
	text-align: left;
	}

.rowTop {
	font-size:12px;
	color:#000000;
	font-weight:bold;
	background:url(images/top-table-back.gif) repeat-x;
	}

#myFooter {
	width: 924px;
	background:url(images/myfooter-back.png) no-repeat;
	height: 100px;
	display:block;
	float:left;
	}

#myFooter p.version {
	width: 350px;
	float:left;
	display:block;
	text-align:center;
	margin:0px;
	padding-top:5px;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	}
	
#myFooter p.download {
	width: 510px;
	float: right;
	display:block;
	text-align:right;
	margin:0px;
	padding-top: 11px;
	padding-right:20px;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	}

.title01 {
	font-size: 20px;
	color:#000000;
	font-weight:bold;
	}

.title02 {
	font-size: 16px;
	color:#0088cc;
	font-weight:bold;
	}

.category {
	padding-top:15px;
	padding-bottom:5px;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	display:block;
	border-bottom: 1px #CCCCCC dotted;
	text-transform:uppercase;
	color:#000000;
	}
	
.categoryTitle {
	margin:0px;
	padding-top:15px;
	padding-bottom:5px;
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
	display:block;
	border-bottom: 2px #dddddd  solid;
	color:#000000;
	}
	
a.redBullet {
	padding-left: 15px;
	background:url(images/red-bullet.png) no-repeat;
	background-position: 0px 10px;
	color:#0088ff;
	font-size:13px;
	font-weight:bold;
	line-height: 16px;
	padding-bottom:8px;
	padding-top:8px;
	text-decoration:none;
	display:block;
	border-bottom: 1px #CCCCCC dotted;
	}

a:hover.redBullet {
	text-decoration:underline;
	}

a.link2 {
	text-decoration:none;
	font-size:12px;
	color:#888888;
	}

a:hover.link2 {
	color:#333333;
	text-decoration:none;
	}

a.acrobat {
	background:url(images/acrobat_icon_tiny.gif) no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	text-decoration:none;
	color:#0088ff;
	font-size:12px;
	font-weight:bold;
	height:25px;
	padding-top:3px;
	line-height:16px;
	padding-bottom:10px;
	display:block;
	}
	
a:hover.acrobat {
	color: #0066cc
	}
a.acrobat span {
	font-weight: normal;
	color:#999999;
	text-decoration:none;
	font-size:11px;
	}