/* CSS Document */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color:#FFFFFF;
	text-decoration: none;
}

a:link{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

/********* Defined headers *****************/

h1{
	font-size: 120%;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

/********* Defined styles ******************/

.style13 {
	font-size: 16px; 
}

.style14 {
	font-size: 12px;
}

/********** Defined lists *****************/

p{
	font-size:14px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

li{
	font-size: 12px;
	list-style: inherit;
}

/********* Tables **********/

table{
	border-width: thin;
	border-style: none;
}

table tr{
	border-width: thin;
	border-style: none;
}

table tr td{
	border-width: thin;
	border-style: none;
}

