/*<![CDATA[*/
<!--

* {
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
}
	
body {
	background: #FFF;
	position: relative;
    font: 1em Arial, Helvetica, Tahoma, sans-serif;
    min-width: 760px;
    color: #454545;
}

* html .minwidth {
	border-left: 760px solid #EAE6DB; 
	position: relative; 
	float: left; 
	z-index: 1;
}

* html .container {
	margin-left: -760px; 
	position: relative; 
	float: left; 
	z-index: 2; 
	text-align: left;
}



h1 {
    font-size: 2em;
    color: #FF7F10;
    padding-bottom: 15px;
}

h2 {
    font-size: 1.3em;
    padding-bottom: 10px;
}

h3 {
    font-size: 1em;
}

h2 span {
    font-size: .8em;
}


img {
    border: none;
}

p img {
    padding: 10px;
}

a {
	color: #224080;
}

a:visited {
	color: #638BC6;
}

A:hover {
	background: url('../img/bg-dot.gif') repeat-x bottom;
    text-decoration: none;
}



hr {
    color:#cccccc;
    border-top:1px solid #cccccc;
	background-color: #cccccc;
	height: 1px;
	border-width:0px;
	margin: 20px 0;
}

input, textarea {
	font: .9em Arial, Tahoma, Verdana, sans-serif;
    color: #656d6f;
    border: 1px solid #C8C8C8;
    width: 500px;
}


select {
	font: .9em Arial, Tahoma, Verdana, sans-serif;
    color: #fff;
    background-color: #638BC6;
    border: 1px solid #224080;
    width: 350px;
    font-weight: bold;
}

table {
	width: 100%;
	border: 0;
}


p {
	padding-bottom: 1em;
}


dl {
	display: block;
	font-size: .9em;
	background: #F9F4EE;
	padding: 10px 0;
}

dt {
	font-size: 1.3em;
	padding: 5px 0;
}


td ul {
	list-style: circle;
}
		
td li {
	margin-left: 50px;
}


-->
/*]]>*/
