body {
    background: #fff;
    color: #000;
    margin: 0;
    padding: 0;
}

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12;
}

table {
	border-collapse: collapse;
}

form {
	padding: 4px;
	margin: 0;
}

form input {
    background: #eee;
    border: solid 1px #000;
}

form textarea {
    background: #eee;
    border: solid 1px #000;
}

form input.ok {
    background: #eee;
    color: #333333;
    margin-right: 2px;
    padding: 0;
    font: bold 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	border: 3px double #000;
}

form input.okhover {
    background: #eee;
    color: #666666;
    margin-right: 2px;
    padding: 0;
    font: bold 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	cursor: pointer;
	border: 3px double #000;
}

form select {
	background-color: #eee; 
	border: 1px solid #666666; 
	font-style: normal; 
	color : #333333; 
}

textarea {
    background: #eee;
    border: solid 1px #000;
}

li {
	padding-bottom: 2px;
}

div.main {
	background: #efefef;
	width: 685px;
	padding: 5px;
	margin: auto;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	margin-bottom: 3px;
}

div.bg_top {
	width: 695px;
	height: 7px;
	background: #ffffff url(bg_top.gif) no-repeat;
	margin: auto;
	padding: 0;
}

div.bg_bottom {
	width: 695px;
	height: 7px;
	background: #ffffff url(bg_bottom.gif) no-repeat;
	margin: auto;
	padding: 0;
}

div.head {
	width: 695px;
	height: 55px;
	background: #3C4BDC url(header2.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin: auto;
	padding: 0;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	margin-bottom: 3px;
	margin-top: 5px;
}

div.login {
	border: 1px dashed #000000;
	width: 200px;
	padding: 5px;
	text-align: left;
}

h2 {
	text-align: left;
	padding-left: 10px;
	padding-top: 15px;
	color: #ffffff;
	margin: 0;
}

h1 {
	/*text-align: left;*/
	margin: 0;
	padding: 0;
	padding-top: 15px;
	color: #ffffff;
}

p {
	margin: 0;
	padding: 2px;
}

a:link { 
	text-decoration:none;
	color:black;
}
a:visited {
	text-decoration:none;
	color:black;
}
a:hover {
	text-decoration:none;
	color:black;
}
a:active {
	text-decoration:none;
	color:black;
}

a.menu:link { 
	text-decoration:none;
	font-weight: bold;
	color:black;
}
a.menu:visited {
	text-decoration:none;
	font-weight: bold;	
	color:black;
}
a.menu:hover {
	text-decoration:none;
	font-weight: bold;	
	color: #666666;
}
a.menu:active {
	text-decoration:none;
	font-weight: bold;	
	color:black;
}

/* */

img {
	border: none;
}

tr {
	border-bottom: 1px solid black;
}

fieldset {
	border: 1px solid #999;
	margin-bottom: 10px;
	margin-top: 10px;
}

legend {
	font-weight: bold;
	font-size: 13px;
}

p.login {
	text-align: left;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-top: 2px;
	color: #FFFFFF;
}

div.menu {
	padding-left: 10px;
}
