body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(resource/bg_main.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FAFAFA;
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
    font-size : 12px;
    color: #000000;
}

p {
        font-size: 100%;
        margin: 2px 0px;
}
img {
	border: none; 
}
a:link {
	text-decoration: underline;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #CC3399;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
a:link.nav {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.nav {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.nav {
	text-decoration: underline;
	color: #FF9900;
}
a:active.nav {
	text-decoration: none;
}
.bg_top {
	background-image: url(bg_top.gif);
	background-repeat: repeat-y;
}
.bg_left {
	background-image: url(bg_left.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}
.bg_left_trail {
	background-image: url(bg_left_trail.gif);
	background-repeat: repeat-y;
}
.bg_right {
	background-image: url(bg_right.gif);
	background-repeat: repeat-y;
}
.bg_right_trail {
	background-image: url(bg_right_trail.gif);
	background-repeat: repeat-y;
}
.button {
	background-image: url(button.png);
	background-repeat: no-repeat;
	width: 148px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-position : left;
        padding-left : 0px;
        padding-right : 0px;
        position: relative;
        display: block;
        height : 18px;
        line-height : 10px;
        text-decoration: none;
        color: #000000;
        font-size: 12px;
		text-align:left;
		text-indent: 28px;
}

.button_extra {
	background-repeat: no-repeat;
	width: 148px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-position : left;
        padding-left : 0px;
        padding-right : 0px;
        position: relative;
        display: block;
        height : 18px;
        line-height : 10px;
        text-decoration: none;
        color: #000000;
        font-size: 12px;
		text-align:left;
		
}
		
.message1 {
	background-color: #999999;
	border: medium solid #666666;
	font-style: italic;
	text-align: left;
}
