/**
light blue = #6670A3
dark blue = #3F5B6B
**/

body{
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	background: #FFFFFF;
}

img{
	border: none;
}

h1{
	font-size: 1.3em;
	color:#6670A3; 
	text-transform: none;
	margin: 0px;
	padding-bottom: 10px;
	font-weight: bold;
}

h2{
	font-size: 1em;
	color:#6670A3;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
}

p{
	padding: 0px 0px 10px 0px;
	font-size: .8em;
	text-align:justify;
}

a:link {
	color: #6670A3;
	font-weight:normal;
	text-decoration:underline;
}
a:visited {
	color: #6670A3;
	font-weight:normal;
	text-decoration:underline;
}
a:hover {
	color: #3F5B6B;
	font-weight:normal;
	text-decoration:none;
	
}
a:active {
	color: #3F5B6B;
	font-weight:normal;
	text-decoration:none;
}

/* Input text is used to label next to checkboxes and radio inputs. */
.inputText
{
	font-size: 0.8em;
	margin-left: 10px;
	vertical-align: text-top;
}

.form_button{
	width: 65px;
	padding: 4px 0px 4px 0px;
	background-image: url(../../images/12/button_small.jpg);
	border: none;
	color: #FFFFFF;
	/*font-size: .8em;*/
	font-weight: bold;

}

a.button {
	width: 118px;
	padding: 5px 5px 6px 5px;
	font-weight:bold;
	color:#FFFFFF;
	font-size: .8em;
	text-align:center;
	text-decoration:none;
	background:url(../../images/12/button_small.jpg) no-repeat top left;
	overflow: hidden;
	}
	
a.view {
	width: 65px;
	height: 27px;
	display:block;
	font-size:1em;
	text-decoration:none;
	text-indent: -10000px;
	background:transparent url(../../images/12/view_small.jpg)  no-repeat scroll 0 0;
	overflow: hidden;
}

a.browse {
	width: 120px;
	height: 27px;
	display:block;
	margin-top: 10px;
	text-decoration:none;
	text-indent: -10000px;
	background:transparent url(../../images/12/browse.jpg)  no-repeat scroll 0 0;
	overflow: hidden;
}

a.book {
	width: 120px;
	height: 27px;
	display:block;
	margin-top: 10px;
	text-decoration:none;
	text-indent: -10000px;
	background:transparent url(../../images/12/book.jpg)  no-repeat scroll 0 0;
	overflow: hidden;
}

a.more {
	width: 120px;
	height: 27px;
	display:block;
	margin-top: 10px;
	text-decoration:none;
	text-indent: -10000px;
	background:transparent url(../../images/12/more.jpg)  no-repeat scroll 0 0;
	overflow: hidden;
}

.textbox{
font-family:Arial, Helvetica, sans-serif;
color: #666666;
font-size: .9em;
margin: 5px 0px 5px 0px;
width: 100%;
}

.textfield{
font-family:Arial, Helvetica, sans-serif;
color: #666666;
font-size: .9em;
margin: 5px 0px 5px 0px;
width: 100%;
}

/**
td{
font-size: .8em;
}
*/

.download{
width: 65px;
float: left;
text-align:center;
font-size: .75em;
}

.download a:link {
text-decoration: none;
}

.download a:hover{
text-decoration: none;
}

.download a:visited{
text-decoration: none;
}

.left{
float: left;
}

.right{
float: right;
}

.clear{
clear: both;
}


