/** <body> **/

body {
background-color: #ffffff;
margin: 0;
padding: 0;
font-family: Arial;
font-size: 12px;
font-weight: normal;
color: #434343;
}

a {
color: #434343;
text-decoration: none;
}

/** </body> **/


/** <form> **/

form {
margin: 0;
padding: 0;
}

.input {
font-family: Arial;
font-size: 12px;
border: #434343 1px solid;
background-color: #ffffff;
color: #4E4E4E;
text-align: middle;
}

/** </form> **/


/** <other> **/

.small11{
font-size: 11px;
}

.transpLink:link {
font-size: 11px;
color: #A7A7A7;
text-decoration: none;
}
.transpLink:visited {
font-size: 11px;
color: #A7A7A7;
text-decoration: none;
}
.transpLink:active {
font-size: 11px;
color: #A7A7A7;
text-decoration: none;
}
.transpLink:hover {
font-size: 11px;
color: #434343;
text-decoration: underline;
}

/** </other> **/
label {
	float:left;
	clear:left;
	width:120px;
	text-align:left;
	}
.error{
color:#CC0000;
}
.small{
font-size:11px;
}
.success{
font-color:#AAEEAA;
}
.*{font-weight:bold;}