body {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/global/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #F3F3F3;
}

body, th, td {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
        color: #666666;
}

.align-justify {
	text-align: justify;
}

h1 {
        color: #DB9130;
}

h3 {
        color: #666666;
}
.text1 {
	color: #838383;
}

.text2 {
	font-size: 13px;
	color: #838383;
}

.text3 {
	color: #9B9B9B;
}

.text4 {
	color: #818181;
}

a {
	color: #0AA0D3;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
}

a.link1:hover {
	text-decoration: underline;
}
.bg1 {
	background-image: url(/images/index07.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.bg2 {
	background-image: url(/images/home/shading_F3EFE6.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-image: url(/images/index17.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 3px;
	border: none;
	height: 20px;
	width: 196px;
	background-attachment: fixed;
}


#resources_section p {
	text-indent: 2em;
	margin-bottom: 0.5em;
}

#resources_section ul {
	margin-top: 0;
}

table.topLinksTable {
		width:100%;
		padding:10px;
	}
	
table.topLinksTable td{
   color:#ffffff;
   text-align: center;
   vertical-align: top;
  
	}
table.table1 {
        border-spacing:0px;
        border:1px solid #000;
        border-right:0px;
        border-bottom:0px
}
table.table1 td {
        padding:2px 3px 2px 3px;
        border:1px solid #000;
        border-left:0px;
        border-top:0px;
        margin:2px;
}
table.table1 th {
        padding:2px 3px 2px 3px;
        border:1px solid #000;
        border-left:0px;
        border-top:0px;
        font-weight:bold;
        text-align:center;
}
table.table1 th {
        background-color:#DB9130;
        color:#ffffff;
}

span.small{
	font-size: smaller;	
	}

img.floatLeft{
	float: left;
	margin: 4px;	
	
	}