body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#tdTablelayout {
     width: 1000px;
	 height: 100%;  
	      
}

#tdHeader {
     width: 1000px;
     height: 120px;
	 background-image: url(../images/textura_red.jpg);
	background-repeat: repeat;
}
	 
#tdSidebar {
	vertical-align: top;
	padding-top: 50px;
	width: 150px;
	background-image: url(../images/textura_red.jpg);
	background-repeat: repeat;
	font-weight: normal;
	text-align: justify;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #000000;
	
}

#tdNavigation {
	display: block;
	padding-top: 40px;
	vertical-align: top;
	width: 200px;
	background-image: url(../images/textura_red.jpg);
	background-repeat: repeat;
	background-position: top;
	background-attachment: scroll;
	text-indent: 0px;
}

#tdInner {
	background-image: url(../images/textura.jpg);
	background-repeat: repeat;
	text-align: left;
	padding-top: 50px;
	padding-right: 25px;
	padding-bottom: 50px;
	padding-left: 25px;
	width: 650px;
	vertical-align: top;
}

#tdBottom {
    background-image: url(../images/textura_red.jpg);
	background-repeat: repeat;
	color: #000000;
	font-size: x-small;
	font-style: italic;
	
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#tdSidebar a {
    font-style: italic;
	color: #FFFFCC;
	text-decoration: none;
}

#tdNavigation a {
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
	display: block;
	margin: 10px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
	font-size: 11px;
}

#tdInner a {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

h1 {
    font-size: 14px;
	color: #CC0000;
}

h3 {
    font-size: 11px;
	font-weight: bold;
}

style1 {
    font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}

#tdNavigation a:hover {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#tdSidebar a:hover {
	color: #000000;
}

#tdInner a:hover {
	color: #999999;
}

