body {
	overflow: auto;
}
.body {
	font-family :  Tahoma;
	font-size : 11px;
	color : #000000;
}

.head {
	font-family :  Tahoma;
	font: bold;
	font-size : 14px;
	color : #000000;
}

TD {
	font-family :  Tahoma;
	font-size : 11px;
	color : #000000;
}

.pghd {
	color: #A0A0A0;
	font-size: 28px;
	font-family: Tahoma, Arial;
}

.sbhd {
	color: #B588B5;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma, Arial;
}

.org {
	font-family :  Tahoma;
	font-size : 11px;
	color : #FF9900;
}

.wht {
	font-family :  Tahoma;
	font-size : 11px;
	color : #FFFFFF;
}

.sml {
	font-family : Tahoma;
	font-size : 10px;
	color : #999999;
}

.smlorg {
	font-family : Tahoma;
	font-size : 10px;
	color : #FF9900;
}

.smlwht {
	font-family : Tahoma;
	font-size : 10px;
	color : orange;
}

.calendarToday {
    background-color:#E2E7E2;
    border:1px solid white;
}

.calendar {
	font-family : Tahoma;
	font-size : 9px;
	color : #FFFFFF;
    border:1px solid #C0CBC0;
}

.calendar:HOVER {
	font-family : Tahoma;
	font-size : 10px;
    background-color:#E2E7E2;
    border:1px solid white;
}

A {
	font-family : Tahoma;
	font-size : 11px;
	color : #000000;
	text-decoration: none;
}

.orange {
	font-family : Tahoma;
	font-size : 11px;
	color : orange;
	text-decoration: none;
}

A:HOVER {
	font-family : Tahoma;
	font-size : 11px;
	color : #FF9900;
	text-decoration: underline;
}

A.wht {
	font-family : Tahoma;
	font-size : 11px;
	color : white;
	text-decoration: none;
}


A:HOVER.wht {
	font-family : Tahoma;
	font-size : 11px;
	color : white;
	text-decoration: underline;
}

A.fancy{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	width: 99%;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-top: 2px;
	border-bottom: 1px dashed #C1C1C1;
}

A:HOVER.fancy{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #C7DFFF;
}


A.sml {
	font-family : Tahoma;
	font-size : 10px;
	color : #000000;
	text-decoration: none;
}

A.sml:HOVER {
	font-family : Tahoma;
	font-size : 10px;
	color : #000000;
	text-decoration: underline;
}



select {
	font : Tahoma;
	font-size : 10px;
	color : #666666;
}

input{
	font : Tahoma;
	font-size : 10px;
	color : #666666;
}

textarea {
	font : Tahoma;
	font-size : 11px;
	color : #666666;
}
table.menu {
 	cellspacing : 1px;
	cellpadding : 5px; 
	border : 1; 
	background : #ff0000;
}
.new {
    background-color:#FF9900;
    color:white;
    font-size:10px;
	 padding-left: 1px;
	 padding-right: 1px;
}

.border-top {
	border-top:1px solid #C0CBC0;
}
.border-bottom {
	border-bottom:1px solid #C0CBC0;
}
.border-left {
	border-left:1px solid #C0CBC0;
}
.border-right {
	border-right:1px solid #C0CBC0;
}
.border {
	border:1px solid #C0CBC0;
}
.side-scroll {
	overflow: auto;
	overflow-x: scroll;
	width: 738px;
}
