@charset "utf-8";
/* CSS Document */

.clear
{
	clear: both;
	height: 1px;
	line-height: 1px;

}

body{
	background: #212121 repeat url(/images/interface/mainBgTile.jpg);
	color: #414142;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

img{
	border:0;
}

p
{
	padding-top: 0px;
	margin-top: 0;
	padding-bottom: 5px;
}

/* Links*/

a {
	color: #414142;
	text-decoration:underline;
}

a:hover {
	color: #414142;
	text-decoration:underline;
}

a:visited {
	color: #414142;
}

a:active {
	color: #414142;
}

/* HEADINGS */
h1
{
	font-size:  18pt;
	margin-top: 0px;
	*margin-top: 1px;
	padding: 0px;
	*padding-top: 1px;
	/*padding-bottom:6px;*/
	font-weight: normal;
}

h2
{
	font-size:  16pt;
	padding: 0px;
	margin: 0px;
	/*padding-bottom:5px;*/

}

h3
{
	font-size:  14pt;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	vertical-align:middle;
	
}

h4
{
	font-size:  14pt;
	font-weight: normal;
	padding-bottom:5px;
	margin-top: 0px;
	margin-bottom: 5px;
}

h5
{
	font-size:  12px;
	margin-bottom: 0px;
	margin-top:0px;
	
}

h6
{
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 12px;
	font-weight:normal;
	
}

/* Lists */
ul{
	margin:0 0 3 0;
	margin-top:0;
	padding-left:0px;

}

ol{
	margin:0 0 0 0;
	*margin:0 0 0 0;
	-margin:0 0 0 10px;
	padding-left:24px;
	
}


li {
	list-style-position: inside;
	font-weight:normal;
	list-style-position: outside;
}