body,p,td 	{
	font-family: Verdana,sans-serif;
	color: #292B29;
	font-size: 12px;
}
body {
	background-color:#92B286;
}
hr {
	height: 1px;
	color: Black;
	border: solid;
}
.aTitle {
	font-weight: bold;
}

.tRed {
	color: red;
	font-weight: bold;
}

a {
	color: #292B29
}
a:link  {
	color: #292B29
}
a:visited {
	color: #292B29
}
a:hover { 
    color:#900000;
    text-decoration: none;
}

input,select,textarea {
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	color: #000000;
	background-color: #CDDEA0;
    cursor : hand;
}

select {
    width:125px;
}
.btnImg {
  	border : 0px;
}
textarea {
	width:300px;
}

.btnSmall {
	width:30px;
}
.btnMedium {
	width:80px;
}
.btnMedium150 {
	width:150px;
}
.btnBig {
	width:300px;
}
.btnSmallWhite {
	width:30px;
    background-color: #EEEEEE;
}

.bold {
    font-weight: bold;
}
.catHead {
     font-size: 20px;
}
.catNav {
     font-size: 14px;
     font-weight: bold;
}
