body {
	font-family : Verdana;
	font-size : 11px;
	margin : 0px 0px 0px 0px;
	background: #f9f9f7 url(img/back.png) repeat-x;
}

a {
	text-decoration: none;
	color: #2A9A1A;
}

a:hover {
	text-decoration: underline;
	color: red;
}

table a {
	color: black;
}

td {
	font-size: 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input,textarea {
	font-family: Verdana;
	font-size: 11px;
}

select,option {	font-size: 11px;}

form { margin: 0px;}

.menu { 
	background: #618b3d url(img/menuback.png);
	color: white;
	height: 40px;
	position: relative;
}
.menu h1 {
	font-size: 18px;
	margin: 0px;
	text-align: center;
}
.menu h1 a {
	color: #2c491a;
}
.menu ul {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 12px;
	list-style: none;
	padding-right: 20px;
	margin: 0;
}
.menu li {
	float: right;
	background: transparent url(img/menutab.png) no-repeat;
	width: 100px;
	height: 19px;
	text-align: center;
	font-size: 13px;
	padding-top: 2px;
	margin-right: 2px;
}
.menu li a {
	color: white;
	font-weight: bold;
}
#logo {
	border: 0px;
	vertical-align: top;
	position: absolute;
	left: 3px;
	top: 3px;
	z-index: 1;
}

.content {
	width: 700px;
	padding: 4px;
	background: white;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.links a {
	font-size: 12px;
	font-weight: bold;
}
.links a:visited {
	color: #2A5A1A;
}


th,.head {
	font-size : 11px;
	background: #2c491a;
	color : white;
	font-weight: bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 18px;
	color: #2c491a;
	margin-top: 0px; 
}
h3 {
	font-size: 14px;
	margin-top: 30px; 
}

.head2 {
	font-size : 10px;
	background: #618b3d;
	color : white;
	font-weight: bold;
}
.head2 a,th a { color: white; }

.error {
	color: red;
	font-size: 14px;
	font-weight: bold;
}

.big {
	font-size: 36px;
	font-weight: bold;
}

.back {
	background : #F4F4F4;
	font-size : 10px;
}

.small {
	font-size: 9px;
	text-decoration: none;
}

.xsmall {
	font-family: Arial;
	font-size: 9px;
}

.white { color: white;}
.black { color: black;}
.blue { color: blue;}
.frame { border : 1px solid #BBBBBB;}

.bold {
	font-size : 13px;
	font-weight : bold;
}

.line0 { background: #FAFAFA;}
.line1 { background: #E4E4E4;}
.bline { border-bottom: 1px solid #BBBBBB;}

.bline0 {
	background: #FAFAFA;
	border-bottom: 1px solid #BBBBBB;
}

.bline1 {
	background: #F0F0F0;
	border-bottom: 1px solid #BBBBBB;
}

.bframe0 {
	background: #FAFAFA;
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB
}

.bframe1 {
	background: #F0F0F0;
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
}

.myself {
	background: #FFEE99;
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
}

.bframe {
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
}

.bframelight {
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #CCCCCC;
}

.hl { background: #DDDDFF;}

.yellow { background: #FFFFF0;}
.gray { color: #999999;}
.orange { color: darkorange;}
.warning { color: darkorange;}
.ok { color: green;}
.red { color: red;}

.grid {
	border : 1px solid #BBBBBB;
	border-collapse: collapse;
}
.grid td, .grid th { padding: 3px; }

.status {
	color: #555555;
	font-size: 10px;
}

.table {
	background: white;
	border: 1px solid #dcdcd0;
}

.pad {
	padding: 15px;
	padding-right: 5px;
	margin: 20px;
	color:red;
}
