body {
	color: #000000;
	}

table {
	border: 0;
}
td {
	vertical-align: top;
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
h1 {
	
		color: #000000;
}
h2 {
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-family: "Trebuchet MS", "Times New Roman", serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #000000;
	/*clear: both;*/
}
h3 {
   margin: 0px 0px 5px 0px;
	padding: 0;
	font-family: "Trebuchet MS", "Times New Roman", serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	
}
h4 {
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-family: "Trebuchet MS", "Times New Roman", serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #336699;
	color: #000000;
}

a:active, a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* ------structural-------*/
.main {
	background: #ffffff url(../images-design/main_bg.gif) repeat-y 0 0;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0;
	text-align: left;
	border-right: 15px solid #ffffff;
	border-left: 15px solid #ffffff;
}

/* ----------------------------------------LEFT COLUMN RULES ------------------------*/
.leftTop {
	display: none;
}

.leftCol {
display: none;
}

/* ----------------------------------------CENTER COLUMN RULES ------------------------*/

.header h2 {
	color: #000000;
}

.centerCol {
width: 100%;
}
.centerCol p {
	font-size: 0.8em;
}


/* -------------FOOTER --------------------*/
.footerLeft {
	padding: 20px 0px 10px 12px;
	font-size: 0.7em;
}
.footerRight {
	display: none;
}



/* ---------------- FORM RULES -------------------*/

.btn_small {
	border: 0px;
	width: 67px;
	padding: 0px 10px 0px 0px;
	height: 22px;
	line-height: 22px;
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(../images-design/btn_small.gif) no-repeat 0 0;
}
.btn_small:hover {
	background: url(../images-design/btn_small.gif) no-repeat -77px 0px;
}

.btn_med {
	border: 0px;
	width: 104px;
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0px 10px 0px 0px;
	cursor: pointer;
	color: #ffffff;
	font-weight: normal;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(../images-design/btn_med.gif) no-repeat 0 0;
}
.btn_med:hover {
	background: url(../images-design/btn_med.gif) no-repeat -114px 0px;
}
.btn_large {
	border: 0px;
	width: 113px;
	padding: 0px 10px 0px 0px;
	height: 22px;
	display: block;
	line-height: 22px;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(../images-design/btn_large.gif) no-repeat 0 0;
}
.btn_large:hover {
	background: url(../images-design/btn_large.gif) no-repeat -123px 0;
}

/*-------------all pages rules ---------*/

p {
	color: #000000;
	font-size: 0.8em;
	margin: 0px 0px 15px 0px;
}
ul {
	margin: 0px 20px 20px 20px;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	font-size: 0.8em;
	clear: both;
}
li {
	background: url(../images-design/bullet.gif) no-repeat 0px 7px;
	padding: 0px 0px 10px 15px;
}
ol {
	margin: 0px 27px 21px 42px;
	padding: 0;
	color: #000000;
	list-style-image: none;
	clear: both;
}
ol li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: none;
}
ol li p {
	padding: 0;
	margin: 0;
}


hr {
	height: 1px;
	border: 0;
	color: #000000;
	background: #ffffff;
	
}
.pic_right {
	float: right;
	margin: 0px 0px 10px 10px;
}
.pic_left {
	float: left;
	margin: 0px 10px 10px 0px;
}