BODY, TD, TH {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
	text-decoration : none;
}

.box {
	float: right;
	width : 180px;
	border : 1px solid #CCCCCC;
	padding : 12px;
	margin-left : 25px;
	margin-bottom : 20px;
}

.box-small {
	float: right;
	width : 120px;
	border : 1px solid #CCCCCC;
	padding : 12px;
	margin-left : 25px;
	margin-right : 15px;
}

.box-medium {
	float: left;
	width : 160px;
	border : 1px solid #CCCCCC;
	padding : 4px;
	margin-left : 0px;
	margin-right : 0px;
}

.box-adv {
	float: left;
	width : 154px;
	border : 1px solid #CCCCCC;
	padding : 4px;
	margin-top : 0px;
	margin-bottom : 4px;
	margin-left : 2px;
	margin-right : 2px;
}

.box-toc {
	float: center;
	width : 120px;
	border : 1px solid #CCCCCC;
	padding : 12px;
	margin-left : 25px;
	margin-right : 15px;
}

.box-new {
	float: center;
	width : 136px;
	border : 1px solid #CCCCCC;
	padding : 12px;
	margin-left : 25px;
	margin-right : 15px;
}

.box-doc {
	float: center;
	width : 126px;
	border : 2px solid #CCCCCC;
	padding : 12px;
	margin-left : 25px;
	margin-right : 15px;
}

.sub {
	font-weight : bold;
	color :  #C81016;
}

H4 {
    font-size : 12px;
    font-style : italic;
  	font-weight : bold;
    color : #2B60DE;
}
H5 {
  font-size : 14px;
    font-style : italic;
    font-weight : bold;
    color : #C35817;
}

TD A, TH A {
	color : #000000;
	text-decoration : underline;
}

TD a:hover, TH a:hover {
	color : #C81016;
	text-decoration : underline;
}

TH {
	color : white;
	background-color : #1F2680;
	text-align : left;
}

.footer, .footer a {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #999999;
	text-decoration : none;
}

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

.left-col {
	margin-left : 25;
	margin-right : 25;
}

UL {
	margin-left: 0px;
	padding-left: 0px;
	margin-top : 4px;
	margin-bottom : 0;
	line-height: 1;
	list-style-image: url(img/red-bullet.gif);
}

LI {
	padding-bottom : 8px;
	list-style-type : none;
}

.crumb {
    font-weight : none;
	color :  #C81016;
	padding-bottom : 4px;
	list-style-image: url(img/red-bullet.gif);
}

.main {
	margin-left : 25px;
	margin-right : 25px;
}

.main-art {
	margin-left : 10px;
	margin-right : 10px;
}

.main-art-sub {
	margin-left : 0px;
	margin-right : 0px;
}

.toc {
	margin-left : 25;
	margin-right : 15;
	padding-bottom : 10px;
	font-weight : bold;
}

.red {
	color : #C81016;
}

.large {
	font-size : 130%;
}

