body {
	margin-top: 0px;
	background-color: #cccccc;
	font-family: Tahoma, Arial;
	font-size: 10pt;
}

a {
	color: #FF7700;
}

a:hover {
	text-decoration: none;
	color: #11A6D4;
}
table.mainTable {
	border-left: 7px solid #FFFFFF;
	border-right: 7px solid #FFFFFF;
	border-bottom: 7px solid #FFFFFF;
	border-top: 7px solid #FFFFFF;
	background-color: #ffffff;
}	

td.header {
	border-bottom: 7px solid #ffffff;
}	

td.menu {
	background:url(images/menu.jpg) no-repeat;
	height:35px;	
}

/* Added*/

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	margin: 0;
	color: #11A6D4;
}

h2 {
	margin-bottom: .5em;
	font-size: 1.8em;
}

h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

/* Content > Sidebar > search */

#search {
}

#search label {
	display: block;
}

#search #inputtext1 {
	width: 150px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

#search #inputsubmit1 {
	float: right;
	width: 60px;
	margin-right: 7px;
	border: 1px solid #CCCCCC;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
}

#search p {
	margin: 0;
	padding-top: .2em;
	font-size: x-small;
}

/* Boxed Style */

.boxed {
	margin-bottom: 1em;
	background: #F7F7F7 url(images/img07.gif) repeat-x;
	border: 1px solid #CCCCCC;
}

.boxed .title {
	height: 29px;
	padding: 11px 0 0 27px;
	background: url(images/img08.gif) no-repeat 10px 50%;
	/*text-transform: uppercase;*/
	font-size: 1.2em;
	color: #FFFFFF;
}

.boxed .content {
	padding: 2px;
}

ul {
	margin-left: 2em;
	list-style: square;
}

ul li {
	line-height: 14pt;
}

ol {
	margin-left: 2em;
	list-style: lower-roman;
}

ol li {
}

/* content */
td.content {
	background-color: #ffffff;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	color:#000000;
	font-size: 10pt;
}


/* footer */
td.footer {
	background:url(images/footer.jpg) no-repeat;
	height:100px;
	text-align:center;
	padding-top: 10px;
	color:#555555;
	font-size: 8pt;
}
td.footer a {
	color:#5593c3;
}
