body  {
	background-attachment: fixed;
	margin: 10px;
	background-color : White;
	background-image: url(background.jpg);
	margin:20px;
}

p,body  {
	font-size : 12px;
	font-family : Verdana, sans-serif;
	font-style : normal;
	color : Black;
	font-weight : normal;
	text-align: justify;
}

li  {
	font-size : 12px;
	font-family : Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

td,th  {
	font-size : 12px;
	font-family : Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-align: left;
}

.desc {
	font-size:85%; 
	color:#666666;
	line-height:100%;
	margin-top:10px;
}

.keywords {
	font-size:85%; 
	color:#666666;
	line-height:100%;
	margin-top:4px;
}

.std {
	line-height:100%;
}

th {
	font-weight:bold;
	vertical-align: top;
}

h1  {
	font-size : 25px;
	font-family : Verdana, sans-serif;
	font-style : normal;
	font-weight: normal;
	color : #9a212d;
	text-align: right;
	margin-bottom: 18px;	
}

h2  {
	font-size : 17px;
	font-family : Verdana, sans-serif;
	font-style : normal;
	font-weight: normal;
	color : #9a212d;
	margin-bottom: 18px;
}

h3  {	
	font-size : 14px;
	font-family : Verdana, sans-serif;
	font-style : normal;
	font-weight: bold;
	color : #9a212d;
	margin-bottom: 18px;
}

hr  {
	width: 100%;
	color : #9a212d;
}

hr.toc {
	height:1px;
}

a:link  {
	text-decoration:none;
	color : #9a212d;
}

a:hover  {
	text-decoration:none;
	color : #eda221;
}

a:active  {
	text-decoration:none;
	color : #eda221;
}

a:visited  {
	text-decoration:none;
	color : gray;
}

input,select,textarea {
	font-family : Verdana, sans-serif;
	color:black;
	/*border:1px solid gray;*/
	background:transparent;
}

input.button,button {
	cursor:hand;
}

input.radio,input.checkbox {
	/*border:none;*/
}

div.review_sample {
	font-size: 90%;
	line-height: 100%;
	margin-top: 4px;
}

sup { font-size: 85%; }
