/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	/* font-weight: bold; */
	color: #3d3f3e;
}

h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	/* font-weight: bold; */
	color: #3d3f3e;
}


body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #6e7cb4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6e7cb4;
}
a:hover {
	text-decoration: none;
	color: #243886;
}
a:active {
	text-decoration: none;
	color: #6e7cb4;
}

.whitetext {
	color: #ffffff;
}

div#whitelinks a:link { color: #ffffff; text-decoration: none;}     
div#whitelinks a:visited { color: #ffffff; text-decoration: none;}
div#whitelinks a:hover { color: #ffffff; text-decoration: underline;} 
div#whitelinks a:active { color: #ffffff; text-decoration: none;}	

.c1 tr td#msg {
	color: #FF0000;
}
.c1 tr td#left {
	font-size: 12px;
	/* font-weight: bold; */
}
.c1 tr td#right {
	font-size: 12px;
	font-weight: normal;
}

#box {
    border: 1px solid #2A5C2B;
    width: 703px;
}

#box_menu {
    border: 1px solid #2A5C2B;
    width: 100%;
}

td.menu {
	border-right: 1px solid #2A5C2B;
}

input.one, textarea.one {
	width: 375px;
}