@charset "utf-8";
/* CSS Document */

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

html {
	height:100%;
	min-width:1000px;
}

body {
	margin:0; padding:0; height:100%;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	background:url(../templateimages/navi-br-1.gif) top left repeat-x;
}

form {
    height: 100%;
    margin: 0;
    padding: 0;
}

fieldset, img {
	border: 0;
}

del, ins {
	text-decoration: none;
}

li {
	list-style: none;
	text-align:left;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6{
	font-family: 	Trebuchet MS, Arial, Helvetica, sans-serif;
}


h1 {
	color:#693800;
	font-size:28px;
	font-weight:normal;
	padding-top:15px;
}

h2 {
	/*padding-bottom:14px;*/
	text-align:left;
	color:#693800;
	font-weight:bold;
	font-size:20px;
}

h3 {
	color:#693800;
	font-size:18px;  
	text-transform:capitalize;
}

h4 {
	padding-bottom:16px;
	color:#693800;
	font-size:14px;
}

h5 {
	padding-top:14px;
	margin-bottom:10px;
	color:#693800;
	font-weight:normal;
	font-size:12px;
}

h6 {
	padding-bottom:2px;
	text-transform:uppercase;
	color:#693800;
	font-size:14px;
	font-weight:bold;
}


abbr, acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

a, a:link, a:visited, a:hover, a:active{
	color:#737272;
	text-decoration:none;
}

button, textarea, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	border:1px solid #d8d8d8;
	padding:5px;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea {
	font-size: 100%;
}

/* Disable borders around links in Firefox */
a:active, a:focus, input[type="image"] {
	outline: 0;
}

*html hr {
	margin-top:18px; 
	margin-bottom:18px;
}

*+ html hr {
	margin-top:18px; 
	margin-bottom:18px; 
}

hr {
	border-top:#ececec 2px dotted; 
	margin-top:25px; 
	margin-bottom:25px; 
	border-left:none; 
	border-right:none;
	border-bottom:none;
	color:#ececec;
}

*html hr.hrSpecific {
	margin-top:10px; 
	margin-bottom:16px; 
}

*+ html hr.hrSpecific {
	margin-top:10px; 
	margin-bottom:16px; 
}

hr.hrSpecific {
	margin-top:17px; 
	margin-bottom:23px; 
}
center{ 
	padding-top:25px; 
	padding-bottom:10px;
}
p {
	
}
table { 
	border-collapse: collapse; 
	border-spacing: 0;
}
td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}