/* links body */

a:link.body { 
text-decoration: underline; 
color: #0033CC;
}

a:active.body { 
text-decoration: underline;
color: #333333;
}

a:visited.body {
text-decoration: underline;
color: #333333; 
}

a:hover.body {
text-decoration: none;
color: #333333; 
background-color: #C9EAFF; 
}

/* links nav */

a:link.nav { 
text-decoration: none; 
color: #FFFFFF;
font-weight: bold;
}

a:active.nav { 
text-decoration: none;
color: #FFFFFF;
font-weight: bold;
}

a:visited.nav {
text-decoration: none;
color: #FFFFFF; 
font-weight: bold;
}

a:hover.nav {
text-decoration: none;
color: #C9EAFF; 
font-weight: bold;
}

/* links red */

a:link.red { 
text-decoration: none; 
color: #FF5050;
font-weight: bold;
}

a:active.red { 
text-decoration: none;
color: #FF5050;
font-weight: bold;
}

a:visited.red {
text-decoration: none;
color: #FF5050; 
font-weight: bold;
}

a:hover.red {
text-decoration: none;
color: #FF5050; 
font-weight: bold;
background-color: #FFFFFF;
}

a:link.version { 
text-decoration: none; 
color: #FF5050;
font-weight: bold;
background-color: #FFFFFF;
}

a:active.version { 
text-decoration: none; 
color: #FF5050;
font-weight: bold;
background-color: #FFFFFF;
}

a:visited.version {
text-decoration: none; 
color: #FF5050;
font-weight: bold;
background-color: #FFFFFF;
}

a:hover.version {
text-decoration: none; 
color: #FFFFFF;
font-weight: bold;
background-color: #FF5050;
}

/* links more */

a:link.more { 
text-decoration: underline; 
color: #FF5050;
font-weight: bold;
}

a:active.more { 
text-decoration: underline;
color: #FF5050;
font-weight: bold;
}

a:visited.more {
text-decoration: underline;
color: #FF5050; 
font-weight: bold;
}

a:hover.more {
text-decoration: none;
color: #FFFFFF; 
font-weight: bold;
background-color: #FF5050;
}

/* other */

body {
background-color: #F5F5F5;
margin-top: 25px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

h1 {
font-family: arial narrow, sans-serif; 
font-size: 24px;
font-weight: 100;
letter-spacing: 1px;
color: #FF5050;
}

h2 {
font-family: arial narrow, sans-serif; 
font-size: 18px;
font-weight: 100;
letter-spacing: 1px;
color: #FF5050;
}

p,td,ul,li {
font-family: verdana, tahoma, arial, sans-serif; 
font-size: 11px; 
color: #333333; 
line-height: 17px; 
text-align: justify; 
}

.book_box {
width: 100%;
height: 150px;
border: 1px solid;
padding: 5px;
text-align: center;
}

.book_title {
font-size: 16px;
font-weight: bold;
color: #FF5050; 
letter-spacing: 1px;
}

.book_text {
font-size: 12px;
font-weight: bold;
color: #000000; 
}

.border {
border-left-color : #333333;
border-left-style : solid;
border-left-width : 1px;
border-right-color : #333333;
border-right-style : solid;
border-right-width : 1px;
border-top-color : #333333;
border-top-style : solid;
border-top-width : 1px;
border-bottom-color : #333333;
border-bottom-style : solid;
border-bottom-width : 1px;
}

.footer	{
font-family: verdana, tahoma, arial, sans-serif;
font-size: 10px;
color: #333333;
text-align: center;
}

.indent {
text-indent: 15px;
color: #C9EAFF;
font-weight: bold;
}

.btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	background-color: #738fb6;
	border: 1px solid #c7d2e2;
	width: 200px;
	height: 25px;
}

.btnOver {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	background-color: #8fa5c5;
	border: 1px solid #c7d2e2;
	width: 200px;
	height: 25px;
}

.width35 {
	width: 35px;
}

.width100 {
	width: 100px;
}

.width160 {
	width: 160px;
}

.width200 {
	width: 200px;
}

textarea, select, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #555555;
	border: 1px solid #c7d2e2;
}

.req {
	color: #800000;
	font-size: 9px;
	vertical-align: top; 
}