/* CSS Document */

/* general css begins */
body {
    font-size: 11.0pt;
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: #FFF;
}

body, p, div, span, blockquote, table, td, th, li, a, ul, ol, dd, dl, dt,
form, button, fieldset, label, select, option, input, textarea {
	font-family: Helvetica,candara, Georgia, Verdana, Arial, sans-serif; 
}
code, code span {
	font-size: 10.0pt;
	font-family: "Courier New", Courier, monospace;
}

h1 {
	margin-top: 0;
}
h1 {
	font-size: 16.0pt;
}
h2 {
	font-size: 14.0pt;
}
h3, .big {
	font-size: 13.0pt;
}
h4 {
	font-size: 12.5pt;
}
h5 {
	font-size: 12.0pt;
}
h6 {
	font-size: 11.5pt;
}

a img {
	border: none;
}
a:active, a:focus {
	cursor: auto;
}

/* CSS TABLE STYLES BEGIN */
div.table-row {
	clear: both;
}
div.table-cell {
	float: left;
}
/* CSS TABLE STYLES END */
.width100 {
	width: 100%;
}

.width95 {
	width: 95%;
}

.width90 {
	width: 90%;
}

.width85 {
	width: 85%;
}

.width80 {
	width: 80%;
}

.width75 {
	width: 75%;
}

.width70 {
	width: 70%;
}

.width65 {
	width: 65%;
}

.width60 {
	width: 60%;
}

.width55 {
	width: 55%;
}

.width50 {
	width: 50%;
}

.width45 {
	width: 45%;
}

.width40 {
	width: 40%;
}

.width35 {
	width: 35%;
}

.width30 {
	width: 30%;
}

.width25 {
	width: 25%;
}

.width20 {
	width: 20%;
}

.width15 {
	width: 15%;
}

.width10 {
	width: 10%;
}

.width5 {
	width: 5%;
}
.width3 {
	width: 3%;
}
/* general css ends */