@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small,
strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: .99em;
  font-family: inherit;
  line-height: 1em; }

input, select, textarea {
  font-family: inherit;
  font-size: inherit; }
ul {
	padding:0 0 0 15px;	
}
li {
	color:#755854;
	margin:0 0 15px 0;
	font-size:.8em;
}
body {
	background-color: #faf5d8;
	font-family: arial, sans-serif;
	color: #333;}
span {
	color:#755854;
}
#red {
	color:#bf463b;	
}
a {
	color: #799faf;
	text-decoration: underline;
	cursor: pointer; }

a:hover {
	color: #bf463b; }

.content {
	position: relative;
	text-align:justify;
	padding:0 7px  0 3px;
}
.content p {
	margin:15px 0 20px 0;
	line-height:1.2em;
}
.content table {
	width:100%;
	margin-bottom:15px;
	text-align:left;
}
.content tr {
	vertical-align:top;	
}
.content td {
	width:50%;	
	font-size:.75em;
	line-height:1.1em;
}
.clear {
  clear: both;
  float: none; }

.mainwr {
  width: 515px;
  position: relative;
  margin: auto; }
  
  
