@charset "utf-8";
body {
	font-family: tahoma;
	font-size: 12px;
	color: #ED008C;
	line-height: 20px;
	background-color: #FEF2F8;
	margin: 0px;
	padding: 0px;
	background-image: url(/img/coolb.gif);
	background-position: left;
	background-repeat: repeat-y;
}
a {
	color: #D2007E;
	text-decoration: underline;
	font-size: 13px;
}
a:hover {
	text-decoration: none;
	color: #FFAED3;
}

h1 {
	display: block;
	width: 100%;
	background-color: #ED008C;
	font-size: 14px;
	color: #FFF;
	text-indent: 20px;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	-moz-border-radius:8px;
	border-radius:8px;
}
h2 {
	margin-top: 290px;
	text-align: center;
	font-weight: normal;
	font-size: 30px;
}
h2 big {
	font-size: 40px;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	line-height: 25px;
	text-align: center;
}


h4 {
	font-size: 13px;
	line-height: 25px;
}
h5 {
	margin: 0px;
	font-size: 14px;
	display: inline;
	padding: 10px;
}
h6 {
	font-size: 13px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ED008C;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
small {
	font-size: 10px;
}


dt {
	margin-left: 2em;
}
#send_mail {
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

#send_mail .cleaning {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
a.sendit  {
	text-align: center;
	font-size: 15px;
	text-decoration: none;
	border: 1px solid #ED44C5;
	padding: 2px;
	display: block;
	margin: 1em;
	background-color: #FFF;
	font-weight: bold;
}
a.sendit:hover {
	border: 1px dotted #F868B7;
	color: #006600;
	background-color: #FDFDFC;
}

#send_mail .getit {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #6D0B0C;
	text-align: center;
}

.linkto {
	font-weight: bold;
	text-decoration: underline;
}
.lynx {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	display: block;
	width: auto;
	text-align: center;
}

.lynx  a {
	padding: 5px;
	display: inline;
	text-align: center;
	font-size: 14px;
	margin: 5px;
	font-weight: bold;
	text-decoration: underline;
}
.lynx  .act  {
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 20px;
}
.lynx a:hover {
	text-decoration: none;
}



dd {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF3399;
}
dl {
	padding: 5px;
	margin: 0px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 2em;
	font-weight: normal;
	font-size: 14px;
}
a.navi{
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ED008C;
	display: block;
	padding-left: 10px;
	margin: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	-moz-border-radius:5px;
	border-radius:5px;
}
a.navi.active {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FEF2F8;
	display: block;
	margin: 10px;
	text-decoration: none;
	background-color: #FF3CB0;
	color: #FEF2F8;
	-moz-border-radius:5px;
	border-radius:5px;
}
a.navi.active:hover {
	text-decoration: none;
	background-color: #FF3CB0;
	color: #FEF2F8;	
}

a.navi:hover {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FEA8CF;
	color: #C386B2;
	background-color: #FFCCE3;
}

#wrapper {
	width: 100%;
	background-image: url(/img/bg2.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px;
	padding: 0px;
}
#menu {
	float: left;
	width: 200px;
	background-repeat: repeat-y;
	background-position: left;
}
#content {
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 1em;
	margin-right: 255px;
	margin-left: 200px;
}
#content p {
	text-align: justify;
}


#footer {
	clear: both;
	background-color: #FFAED3;
	font-size: 11px;
	padding: 10px;
}
#footer a {
	font-size: 11px;
	text-decoration: none;
	color: #F35CA8;
}
.left {
	float:left;
	width:50%;
	text-align: left;
}
.right {
	float:right;
	width:50%;
	text-align: right;
}
.clear {clear:both}
