@charset "iso-8859-1";
/* CSS Document */

body {
        margin: 0px;
        padding: 0px;
        background-image: url(images/back.gif);
}
body, td, th {
        font-family: Tahoma;
        font-size: 11px;
        color: #333333;
}
form {
        margin: 0px;
        padding: 0px;
}
/* Styles for text */
.txt-sound {
        font-family: Arial;
        font-size: 11px;
        color: #0066A9;
}
.txt-h1 {
        color: #0066AE;
        font-weight: normal;
}
.txt-h2 {
        color: #0066AE;
        font-weight: normal;
}
/* end */

/* Styles for links */

a:link {
	color: #373737;
}
a:visited {
	color: #373737;
}
a:hover {
	color: #337ED1;
}
a:active {
	color: #337ED1;
}
a.main {
        color: #333333;
        font-weight: bold;
        text-decoration: none;
}
a.main:hover {
        text-decoration: underline;
}
/* end */

/* Styles for forms */
.f1 {
        width: 161px;
        height: 17px;
        background-color: #9EC8FF;
        border-top: 1px solid #0066AE;
        border-right: 1px solid #0066AE;
        border-bottom: 1px solid #0066AE;
        border-left: 1px solid #0066AE;
        font-family: Tahoma;
        font-size: 10px;
        color: #0066AE;
        padding: 0 2px 0 2px;
}
.f2 {
        height: 86px;
        overflow: auto;
}

.f3 {
        background-color: #9EC8FF;
		border-top: 1px solid #0066AE;
        border-right: 1px solid #0066AE;
        border-bottom: 1px solid #0066AE;
        border-left: 1px solid #0066AE;
        font-family: Tahoma;
        font-size: 10px;
        color: #0066AE;
		padding: 2px 2px 2px 2px;
}
/* end */

/* Styles for buttons */
.b-c {
    border-top: 1px solid #0066AE;
    border-right: 1px solid #0066AE;
    border-bottom: 1px solid #0066AE;
    border-left: 1px solid #0066AE;
	cursor: pointer;
	color: #0066AE;
	background-color: #9EC8FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.b-s {
	cursor: pointer;
	cursor: pointer;
	border: 1px;

}
/* end */
