/* CSS Document */

body {
	margin-top       : 10px;
	margin-bottom    : 10px;
    padding          : 0px;
	background-color : #000000;
	color			 : #ffffff;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

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

.tiny {
	font-family      : Arial, Helvetica, sans-serif;
	font-weight      : normal;
	font-size        : 8pt;
	color            : #333333;
}

.tiny2 {
	font-family      : Arial, Helvetica, sans-serif;
	font-weight      : normal;
	font-size        : 9pt;
	color            : #ffffff;
}

.tiny3 {
	font-family      : Arial, Helvetica, sans-serif;
	font-weight      : normal;
	font-size        : 8pt;
	color            : #ffffff;
}


.title {
	font-family      : Arial, Helvetica, sans-serif;
	font-weight      : normal;
	font-size        : 15pt;
	color            : #3366CC;
}


.title1 {
	font-family      : "Times New Roman", Times, serif;
	font-weight      : bolder;
	font-size        : 13pt;
	color            : #FF3300;
	text-align		 : justify;
}


.base {
	font-family      : Arial, Helvetica, sans-serif;
	font-weight      : normal;
	font-size        : 10pt;
	color            : #333333;
	text-align		 : justify;
}

.base2 {
	font-family      : Arial, Helvetica, sans-serif;
	font-weight      : bold;
	font-size        : 10pt;
	color            : #333333;
	text-align		 : justify;
}

.base3 {
	font-family      : Arial, Helvetica, sans-serif;
	font-weight      : bold;
	font-size        : 10pt;
	color            : #333333;
	text-align		 : right;
}

.list1 {
	font-family      : Arial, Helvetica, sans-serif;
	font-weight      : bold;
	font-size        : 10pt;
	color            : #333333;
	text-align		 : left;
	text-decoration  : none;
}

.list2 {
	font-family      : Arial, Helvetica, sans-serif;
	font-weight      : normal;
	font-size        : 10pt;
	color            : #333333;
	text-align		 : left;
	text-decoration  : none;
}
