/*///////// GENERAL STYLING ////////*/

*
{
	margin: 0;
	padding: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	line-height: 20px;
	font-size: 14px;
	color: #FFFFFF;
	
	scrollbar-face-color: #8db7dd;
	scrollbar-shadow-color: #88accd;
	scrollbar-highlight-color: #9dcaf3;
	scrollbar-3dlight-color: #96bada;
	scrollbar-darkshadow-color: #7799b7;
	scrollbar-track-color: #aacbec;
	scrollbar-arrow-color: #f6be27;

}

body
{
	background-color: transparent;
}


/*///////// LIENS ////////*/

a:link,
a:visited
{
	font-style:italic;
	text-decoration: none;
}

a:hover,
a:active
{
    color: #ffde9f;
	font-style:italic;
	text-decoration: none;
}

a.nlink:link,
a.nlink:visited
{
    font-size: 18px;
	color: #fdfdfd;
	font-style:italic;
	text-decoration: none;
}

a.nlink:hover,
a.nlink:active
{
    font-size: 18px;
	color: #fdfdfd;
	font-style:italic;
	border-bottom: 1px dotted #878787;
}


/*///////// TYPOGRAPHY ////////*/

h1
{
	font-size: 17px;
	color: #fdfdfd;
}
h2
{
	color: #969696;
}

br
{
	clear: left;
}

hr
{
	display: none;
}

p,
p.side-subject
{
	margin: 0 0 15px 0;
}

p.side-subject
{
	font-size: 11px;
	line-height: 18px;
}
p.side-subject strong,
p.side-subject a
{
	font-size: 11px;
	line-height: 18px;
}

.header-img
{
	margin: 0 0 20px 0;
}


/*///////// CONTENT STYLING ////////*/

.dv1
{
	width:490px;
	margin: 0 9px 0 0;
}

.content-double,
.content-left
{
	width: 420px;
	float: left;
	background: url(images/bg-content.jpg) 100% 0 no-repeat;
	padding-right: 20px;
}

.content-single,
.content-right
{
	width: 230px;
	font-size: 11px;
	float: left;
}

.content-left
{
	width: 360px;
}


.content-right
{
	width: 290px;
}

.content-page
{
	width: 700px;
	float: left;

	padding-right: 20px;
}

.margin-right
{
	margin: 0 20px 0 0;
}


.box
{
    float:inherit;
	background: #f6f6f6 url(images/bg-box.jpg) 0 0 repeat-x;
	border: 1px solid #878787;
	padding: 8px;
}

.box p { text-indent: -15px; padding-left: 15px; }
.box p#a { text-indent: 0; padding-left: 0; }
.box p#r { margin: 0 10px 0 20px; text-align:justify; }

.box p, 
.box h3
{
    font-size: 10px;
    color:#969696;
	line-height: 17px;
	margin-bottom: 0;
	text-align:left;
}
.box h3 { margin: 0 0 0 12px; }


.box h4
{
	font-size: 11px;
	color: #f89b0d;
	line-height: 15px;
	margin: 0 0 10px 0;
}

.box h5 { margin: 0 0 8px 0; }
.box h6 { margin: 0 0 3px 0; }

.box h5,
.box h6
{
    font-size: 10px;
	color: #969696;
	text-indent: -15px; padding-left: 15px;
	text-align: left;
	line-height: 13px;
}


.box a:link, a:visited
{
	font-size: 10px;
	line-height: 17px;
	margin-bottom: 0;
	color: #969696;
	font-style:italic;
	text-decoration:none;
}

.box a:hover, a:active
{
	font-size: 10px;
	line-height: 17px;
	margin-bottom: 0;
	color: #c6c6c6;
	font-style:italic;
	text-decoration:none;
}