a {
	text-decoration:underline;
	color:#597E91;
}

a.without {
	text-decoration:none;
	color:#222222;
}

h1 {
	font-family:Verdana,Arial;
	font-size:13pt;
	color:#597E91;
	font-weight: bold;
	text-align:left;
	background:url('./images/bg_h1.jpg') repeat-y #FAFAFA;
	margin-top: 0px;
	padding:3px;
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}

h2 {
	font-family:Verdana,Arial;
	font-size:10pt;
	color:#444444;
	font-weight: bold;
	text-align:left;
}

h3 {
	font-family:Verdana,Arial;
	font-size:13pt;
	color:#597E91;
	font-weight: bold;
	text-align:left;
	background:url('./images/bg_h1.jpg') repeat-y #FAFAFA;
	margin-top: 0px;
	padding:3px;
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}

h4 {
	font-family:Verdana,Arial;
	font-size:13pt;
	color:#597E91;
	font-weight: bold;
	text-align:left;
	background:url('./images/bg_h1.jpg') repeat-y #FAFAFA;
	margin-top: 0px;
	padding:3px;
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}

p {
	font-family:Verdana,Arial;
	font-size:8pt;
	color:#222222;
	font-weight:normal;
	text-align:justify;
}

p.sub {
	margin-bottom:0px;
	color:#222222;
}

table.box {
	border:1px solid #DDDDDD;
	background-color: #FAFAFA;
}
table.box1 {
	width:600px;
	padding:15px;
	padding-right:0px;
	
	color:#999999;
}

td {
	font-family:Verdana,Arial;
	font-size:8pt;
	color:#222222;
	font-weight:normal;
	text-align:left;
}

td.top {
	border:1px solid #DDDDDD;
	background-color: #FAFAFA;
}

td.navigation {
	width:140px;
	padding:25px;
	padding-right:0px;
	background:#FFFFFF;
	color:#999999;
}

td.navigation a{
	color:#999999;
	text-decoration: none;
}
td.navigation a:hover{
	color:#597E91;
	text-decoration: none;
}

td.copy {
	background:#FFFFFF;
	color:#BBBBBB;
	text-align:center;
	padding:15px;
}

td.copy a, a.top {
	text-decoration:none;
	color:#597E91;
	font-weight:normal;
}

hr {
	height:1px;
	color: #DDDDDD;
}

li {
	margin-top:10px;
}

input,select,textarea {
	font-size:8pt;
	font-family:Verdana,Arial;
}

/* Notice, Confirm, Error */
#notice
	{
		color: #DAA520;
		background-color: #FFFACD;
		padding: 10px;
		border-top: 1px dotted #FFC125;
		border-bottom: 1px dotted #FFC125;
		margin-top:20px;
		margin-bottom:20px;
	}
#confirm
	{
		color: #127A12;
		background-color: #DAFEE2;
		padding: 10px;
		border-top: 1px dotted #127A12;
		border-bottom: 1px dotted #127A12;
		margin-top:20px;
		margin-bottom:20px;
	}
#error
	{
		color: #A51B00;
		background-color: #FDEAE6;
		padding: 10px;
		border-top: 1px dotted #A51B00;
		border-bottom: 1px dotted #A51B00;
		margin-top:20px;
		margin-bottom:20px;
	}

</style>