body {
	background-color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	margin: 0;
	color: #575757;
}

.content {
	background-color: #fff;
	width: 750px;
	margin: 0 auto;
	padding: 10px;
}

.content_box {
    background: url(../../img/xsl2/bg_top.jpg) #fff repeat-x;
    width: 100%;
    border: 1px solid #E5E5E5;
    font-size: 0.8em;
}

.content_box2 {
    background: url(../../img/xsl2/bg_top.jpg) #fff repeat-x;
    width: 705px;
    margin: 10px;
    padding: 10px;
    border: 1px solid #E5E5E5;
    font-size: 0.9em;
}

.content_box3 {
    background: #fff;
    width: 705px;
    margin: 10px;
    padding: 10px;
    border: 0;
    font-size: 0.9em;
}

.content_box2 table {
   width: 100%;
   font-size: 1em;
}

.odd {
   background-color: #f6f6f6;
}

.upper_text {
   margin: 10px;
}

.content_box2 table tr td {
   /*color: #191919;
   font-weight: bold;*/
   padding: 6px 10px;
   margin: 2px;
   vertical-align: top;  
   line-height: 1.6em; 
   color: #575757;
}

.content_box table {
	font-size: 1em;
}

.content_box2 table tr th {
   width: 120px;
   text-align: right;
   vertical-align: top;
   line-height: 1.6em;   
   padding: 6px 10px;
}

.content_box2 h1, .content_box3 h1 {
   font-size: 1.6em !important;
   margin-bottom: 10px !important;
}

.content_box2 p {
    line-height: 1.4em;
    color: #575757;
    margin: 0;
    padding: 0;
}

.content_box p {
   padding: 0;
   margin: 0;
}

.table td {
    vertical-align: top;
    font-weight: bold;
    color: #575757;
    line-height: 3em;
}

.table img {
   margin-right: 10px;
   margin-bottom: -2px;
}

.content_box h1 {
   text-align: left;
   color: #575757;
   font-size: 1.8em;
   padding: 0;
   margin: 0;
}

.float_left {
   float: left;
}

.float_right {
   float: right;
}

.clear_both {
   clear: both;
}

img {
   border: 0;
   padding: 0px 10px;
}

.center {
   text-align: center;
}

.links {
	line-height: 1.8em;
}

.top_td {
    padding: 10px;
    vertical-align: top;
}

.td_left {
   border-right: 1px dotted #c5c5c5;
}

a {
   color: #0082D1;
   text-decoration: none;
}

a:hover {
   border-bottom: 1px solid #0082D1;
}
