@charset "utf-8";
/* CSS Document */

body{
	background-color:#070144;
}

.main
{
	background-color:#0b007a;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
}

.head{
	background-image:url(../images/head.jpg);
	background-position:0px 0px;
	top:0px;
	left:0px;
	height:145px;
	width:800px;
}

td.box
{
	background-image:url(../images/box.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	height:108px;
	border:1px;
	border-color:#FFF;
}

.pictureright{
	padding:5px;
	float:right;
}

.footer
{
	background-image:url(../images/footer.jpg);
	height:41px;
	top:0px;
	left:0px;
}

input.btnPrint
{
	background: transparent;
	background-image:url(../images/printup.jpg);
	border:hidden;
	height:27px;
	width:105px;
}

input.btnComment
{
	background: transparent;
	background-image:url(../images/commentup.jpg);
	border:hidden;
	height:27px;
	width:105px;
}

input.btnEmail
{
	background: transparent;
	background-image:url(../images/emailup.jpg);
	border:hidden;
	height:27px;
	width:105px;
}

.small
{font-size:10px;}

a:link{text-decoration:underline; color:#FFF;}
a:hover{text-decoration:none; color:#39F;}
a:active{text-decoration:underline; color:#FFF;}
a:visited{text-decoration:underline; color:#FFF;}
		