body, form {
	border: none;;
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #4A4A4A;
}

tr, th, p, span, div {
	font-size: 11px;
}
tr.over {
	background-color: #E0E3E8;
	cursor: hand;
}

h1 {
 	font-size: 16px;
}
h2 {
 	font-size: 14px;
}

.black { color: black; }
.bold { font-weight:bold; }
.grey { color: #828282; }
.bggrey { background: #828282; }
.blue { color: #5E9FC7; }

input.go {
	border: none;
	color: white;
	font-weight: bold;
	background: #59A2C5;
	border: 1px solid #336699;
}

input,textarea {
	font-size: 11px;
	border: 1px solid #D5D5D5;
}

a {
	color: #5E9FC7;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


#left-menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}


#left-menu a {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;

	color: #4A4A4A;
	display: inline;
	text-decoration: none;
	padding-left: 8px;
	line-height: 24px;
	height: 24px;
	width: 184px;

	background: url( '../i/07.gif' ) center left no-repeat;
}

#left-menu li a:hover {
	text-decoration: underline;
	font-size: 11px;
}
#left-menu li {
	padding-left: 5px;
	font-size: 11px;
	background: url( '../i/08.gif' ) bottom repeat-x;
}



fieldset {
	border: 1px solid #7B8D5D;
	width: 100%;
}

legend {
	margin: 0px;
	padding: 3px 10px 3px 10px;
	font-size: 12px;
	background: #7B8D5D;
	color: white;
	font-weight: bold;
	border: none;
}

img {
	border: none;
}

img.border {
	border: 1px solid #CCCCCC;
}

ul {
	padding: 0px;
	margin: 0px 0px 0px 16px;
}

#topMenu a {
	font-size: 11px;
	color: #4A4A4A;
	text-decoration: none;
}
#topMenu a.blue {
	color: #5E9FC7;
}
#topMenu a:hover {
	color: #4A4A4A;
	text-decoration: underline;
}

#header {
	height:26px;
	border-left:1px solid #DCDCDC;
	border-right:1px solid #DCDCDC;
	background:url('../i/05.gif') repeat-x;
}

#header h1 {
	display: inline;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
 	font-size: 13px;
}


#border {
	border-top:2px solid #5E9FC7;
	border-bottom:3px solid #A3A3A3;
}

#border table.border {
	border:1px solid #D5D5D5;
}

#border h2 {
	font-size: 11px;
	color: #59A2C5;
}


#border2 {
	border: none;
	border-top:2px solid #5E9FC7;
}

#border2 table {
	border:1px solid #D5D5D5;
}

hr {
	border:none;
	background-color:#D5D5D5;
	height: 1px;
	color:#D5D5D5;
}