body {
background-color:#fcfcfc;
background-image: url('bg.gif');
background-repeat: repeat-x;
background-position: center top;
background-attachment: fixed;
margin: 0px;
scrollbar-darkshadow-color:#EDF8FF;
scrollbar-track-color:#EDF8FF;
scrollbar-face-color:#EDF8FF;
scrollbar-shadow-color:#003366;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-highlight-color:#336699;
scrollbar-arrow-color:#336699
}
hr {
border-bottom: #dddddd 1px dotted;
color: #800000;
width: 85%;
text-align=center;
}
.subject {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #357DBA;
}
.link2 {
font-family: Tahoma; font-size: 11px; color: #330000;
}
a:visited.link2 {
font-family: Tahoma; font-size: 11px; color: #330000;
}
a:hover.link2 {
font-family: Tahoma; font-size: 11px; color: #996666;
}


a:link.sec {
	font-family: Tahoma;
	font-size: 8pt;
	color: #A1A1A1;
	text-decoration: none;
}
a:visited.sec {
	font-family: Tahoma;
	font-size: 8pt;
	color: #A1A1A1;
	text-decoration: none;
}
a:active.sec {
	font-family: Tahoma;
	font-size: 8pt;
	color: #0A2455;
	text-decoration: none;
}
a:hover.sec {
	font-family: Tahoma;
	font-size: 8pt;
	color: #0A2455;
	text-decoration: none;
	border-bottom:1px dashed #C0C0C0;
}



textarea {
font-family: tahoma;
font-size: 10pt;
color: green;
text-align: justify;
line-height: 200%;

}
input {
font-family: tahoma;
font-size: 11px;
color: green;
text-align: justify;

}

.button_action {
    color: #1A659F;
    font-family: Tahoma,Arial;
    font-size:11px;
    font-weight:normal;
    background-color: white;
    background-image: url('button.gif');
    border: medium none;
    background-repeat: no-repeat;
    text-align: center;
    width: 53px;
    height: 17px;
    cursor: pointer; cursor: hand
}


.text {
font-family: Tahoma;
font-size: 11px;
color: #800000;
font-weight:600;
bottom-padding: 10px;
}

.message {
position: relative;
top: 100px;
text-align: center;
font-family: Tahoma;
font-size: 11px;
color: green;
}