@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}

body {
	background-color: #b53460;
	background-image: url(../images/nav/bk.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	color: #b53460;
	text-decoration: none;
     outline: none;
}

a:hover {
	color: #633545;
}

.main {
	background-image: url(../images/nav/bk_content.gif);
	background-repeat: repeat-y;
}

.cside {
	vertical-align: top;
	width: 10px;
}

.contentbox {
	vertical-align: top;
}

.content {
	vertical-align: top;
	padding: 20px 40px 20px 50px;
}

.content p {
	line-height: 20px;
}

.small {
	font-size: 11px;
	line-height: 12px;
}

.big {
	font-size: 17px;
	line-height: 24px;
	color: #633545;
}

.heads {
	color: #b53460;
}

.picturetn td {
 	background: url(../images/content/tnframe.gif) 0 0 no-repeat;
     width: 110px;
     height: 70px;
     padding: 10px;
}

.snav td {
     padding: 4px 0 4px 0;
}

.snav a {
     display: block;
     margin-right: 20px;
     padding-left: 1px;
}

.snav td a.selected {
 	border-bottom: 2px dotted;
     font-weight: bold;
     color: #633545;
}

.footer {
 	background: url(../images/nav/base.gif) 0 0 no-repeat;
     width: 800px;
     height: 35px;
     text-align: center;
     font-size: 10px;
     color: #f0d6de;
     padding: 25px 0 0 0;
     font-weight: bold;
}

.footer a {
 	color: #f0d6de;    
}

.footer a:hover {
 	color: #fff;    
}


