/* CSS Document */

/*Tag Redefines html {
	margin: 0px;
}*/

html{
background:#FFFFFF url(images/bodybkgd.jpg) center repeat-y;
}

body {
	margin: 10px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434343;
	line-height: 16px;
}

h1, h2, h3, h4, h5, h6 {
	color:#003366;
	font-family :Arial, Verdana, Helvetica, sans-serif;
/*     font-family: Georgia, "Times New Roman", Times, serif; */
}

h1 {
	font-size: 175%;
	border-bottom: 1px solid #9098B1;
	padding-bottom: 5px;
	margin-bottom: 2px;
}

h2 {
	font-size: 160%;
	margin-bottom: 5px;        
}
h3 {
	font-size: 145%;
	margin-bottom: 5px;
}
h4 {
	font-size: 130%;
	margin-bottom: 5px;
}
h5 {
	font-size: 115%;
	margin-bottom: 5px;
}
h6 {
	font-size: 100%;
	margin-bottom: 5px;
}
a {
	font-size:10px;
	color: #4A5B83;
	font-weight:bold;	
}
a:hover {
	color: #4A5B83;
	text-decoration: none;
}

.txt {
	border:1px outset #666666;
	font-family:Arial, Helvetica, sans-serif;
}
.btn {
	border:1px outset #666666;
	background-color:#E6E6DC;
}
.btn_small {
	border:1px outset #666666;
	background-color:#E6E6DC;
	font-size:9px;
}