

body {
    margin-left: 0px;
	margin-top: 0px;
	background-color: #fff;
}

.container {
    margin: 6px 10px;
	padding: 6px;
	border-top: 1px dashed #999;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 740px
}

td.main { 
    border-collapse: collapse; 
    margin: 0px auto;
    text-align: justify;
    padding: 6px;
    border-left: 1px solid #333;
    border-right: none;
    border-top: 1px dashed #333;
    border-bottom: none;
    background-color: #feffef;
} 

td.main1 { 
    border-collapse: collapse; 
    margin: 0px auto;
    text-align: justify;
    padding: 6px;
    border-left: none;
    border-right: 1px solid #333;
    border-top: 1px dashed #333;
    border-bottom: none;
    background-color: #d5ddeb;
} 

td.main2 { 
    border-collapse: collapse; 
    margin: 0px auto;
    text-align: justify;
    padding: 1px;
    border-left: none;
    border-right: none;
    border-top: 1px dashed #333;
    border-bottom: none;
    background-color: #fff;
} 

.btn {
	border-top: 1px solid #4e6888;
	border-right: 1px solid #4e6888;
	border-bottom: 1px solid #4e6888;
	border-left: 1px solid #4e6888;
	padding: 3px 2px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
	color: #777;
	font-weight: bold;
	background: #fff;
	width: 109;
}

a.btn:link {
	text-decoration: none;
	color: #777;
	font-weight: bold;
	background: #fff;
}

a.btn:hover {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background: #000099;
}

p.c0 {
    color: #444; 
	font-family: verdana, arial, helvetica, times new roman; 
	font-size: 12px; 
	text-align: left;
}

p.c1 {
    color: #444; 
	font-family: verdana, arial, helvetica, times new roman; 
	font-size: 11px; 
	text-align: center;
}

a.text:link {
    text-decoration: underline; 
	color: #0000ee; 
}

a.text:visited {
    text-decoration: underline; 
	color: #0000ee; 
}

a.text:hover {
    text-decoration: underline; 
	color: #000000; 
	background: #feffef;
}

a.text2:link {
    text-decoration: underline; 
	color: #0000ee; 
}

a.text2:visited {
    text-decoration: underline; 
	color: #0000ee; 
}

a.text2:hover {
    text-decoration: underline; 
	color: #000000; 
	background: #d5ddeb;
}



