@charset "iso-8859-1";
/* CSS Document */
body {
	margin-bottom: 0px;
	background-image:
    url('/images/bg.jpg');
}
td, textarea, input, select {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 14px;
                }

.frame {
	border: 1px solid #323232;
}

h1 { font-family: Arial;
	font-size: 30px;
	color: #000000;
	font-weight: normal;
        text-align: left;
         margin: 5px;
}
.text1 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 14px;
}
.text2 {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	line-height: 14px;
}
.text3 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 14px;
}
a:link {
	color: #0054a6;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;

}
a:visited {
	color: #a604b5;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;

}

a:hover {
	color: #deb200;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;;
}

p.margin {
    margin: 0.2cm;
}