body
{
	color: black;
	background-color: white;

	font: 12px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
}

img
{
    border:0px;
}

img.left
{
    float: left;
    margin: 2px 10px 5px 0;
    border: 0;
}

img.right
{
    float: right;
    margin: 2px 0 5px 10px;
    border: 0;
}

.visible
{
    width: 750px;
    margin: 0 auto;
}

p
{
	text-align: justify;
}

ul.montage
{
	list-style-type: none;
	
	display: block;

	border: 0px;
	margin: 0px;
	padding: 0px;

	text-align: center;
	font-weight: bold;
}

ul.montage li img
{
	display: block;
}

ul.montage li
{
	border: 0px;
	padding: 0px;
	margin: 0px 4px 10px 0px;

	float: left;
}

ul.montage li:last-child
{
	margin: 0px 0px 10px 0px;
}

img.last
{
	border: 0px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.visible .body:after
{
    content: "";
    display: block;
    height: 0px;
    clear: both;
}

.visible .body
{
	text-align: justify;
}

.visible .body .content
{
    float: left;
    width: 450px;
    
    text-align: justify;
    display: block;
}

.visible .body .sidebar
{
    margin-left: 10px;
    float: right;
    width: 190px;
    
    font: 10px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
    display: block;
}

.visible .body .sidebar .box
{
    padding: 4px;
    border: 1px;
    background: #f1f1f1;
    width: 172px;
    margin-bottom: 10px; 
}

.visible .body .sidebar .box ul
{
	list-style: square outside;

	border: 0px;
	padding: 0px;
	margin: 0px 0px 0px 15px;
}

.visible .body .sidebar .box ul li
{
	margin: 0px 0px 5px 0px;
}

.visible .footer
{
    text-align: center;
}

.visible h1
{
	border: 0px;
	padding: 0px;
	margin: 0px;

	font-size: 16px;
	font-weight: bold;
	color: #AD0000;
}

.visible h2
{
	border: 0px;
	padding: 0px;
	margin: 0px 0px 10px 0px;

	font-size: 10px;
	color: #242424;
}

.visible h3
{
	border: 0px;
	padding: 0px;
	margin: 0px 0px 5px 0px;

	font-size: 12px;
	font-weight: bold;
}

.visible h4
{
	border: 0px;
	padding: 0px;
	margin: 0px 0px 5px 0px;

	font-size: 18px;
	font-weight: bold;
	color: #AD0000;
}

.visible h5
{
	border: 0px;
	padding: 0px;
	margin: 0px;

	font-size: 16px;
	font-weight: bold;
}

.visible .body .sidebar h1
{
	font-size: 13px;
	font-weight: bold;
	color: #333;
	padding: 0px;
	margin: 0px 0px 5px 5px;
}

.header
{
	height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 16px;

    border-bottom: 1px solid #B7B7B7;
}

.header ul
{
	border: 0;
	margin: 0;
	padding: 0;
	height: 19px;
	float: left;

    list-style-type: none;
    text-align: center;
}

.header ul li
{
    font: 12px "Lucida Grande";
    
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 4px;
	height: 19px;

    text-align: center;
}

.header ul li#current
{
	width: 78px;
	height: 19px;
	padding: 0px;
	margin: 0px 4px 0px 0px;
	display: block;
	
    background: #ffffff;
	border-top: 1px solid #B7B7B7;
	border-left: 1px solid #B7B7B7;
	border-right: 1px solid #B7B7B7;
	border-bottom: solid 1px #ffffff;
	color: black;
	text-align: center;
	font-size: 10px;
	line-height: 18px;
}

.header ul li a
{
	width: 78px;
	height: 19px;
	padding: 0;
	margin: 0 0 10px 0;
	display: block;
	
    background: #f5f5f5;
	border: 1px solid #cccccc;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	line-height: 18px;
	border-bottom-style: none;
	color: black;
}

.header ul li a:hover
{
	height: 19px;
	
    color: black;
    background: white;
}
