body{
	margin: 0px;
	font-family: verdana;
	}
	
#nav-menu { width: 100%; height: 100%;}
#nav-menu ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	line-height: 13px;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
}
#nav-menu li a {
	display: block;
	padding: 3px 0px 4px 4px;
	width: 198px;
	border-bottom: 1px solid #B7B7B7;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	/*background-image: url(http://medassistant.org/images/Line_white.gif);*/
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
}
#nav-menu li a:link, li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-family: verdana;
	font-weight: bold;
	/*background-image: url(http://medassistant.org/images/Line_white.gif);*/
	background-position: right;
}

#nav-menu li a:hover {
	background-color: #99CC99; 
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	/*background-image: url(http://medassistant.org/images/Line_green.gif);*/
	background-position: right;
}

#nav-menu li #current{
	background-color: #9CCA10; 
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	/*background-image: url(http://medassistant.org/images/Line_green.gif);*/
	background-position: right;
}

/* td s */

.td1{
	background-color: #9CCA10;
	}
.maintd4{
	width: auto;
	height: 138px;
	vertical-align: top;
	background-color: #3B7600;
	text-align: left;
	}
.td2{
	background-color: #F7FFDA;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	padding: 6px;
	}
.td3{
	background-color: #FF8100;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	padding: 6px;
	text-align: justify;
	color: #FFFFFF;
	line-height: 15px;
	}
.td4{
	background-color: #3B7600;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	margin-left: 10px;
	color: #FFFFFF;
	}
.td5{
	background-color: #9CCA10;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	color="#000000";
	padding-left: 5px;
	}

/* Links */

a:link,a:visited{
	font-family: verdana;
	color: #3C7606;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	}
	
a:hover{
	font-family: verdana;
	color: #3C7606;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	}

a.anchor:link,a.anchor:visited{
	font-family: verdana;
	color: #3C7606;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	}
	
a.anchor:hover{
	font-family: verdana;
	color: #3C7606;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
	}

a.tdlink:link,a.tdlink:visited{
	font-family: verdana;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	}
	
a.tdlink:hover{
	font-family: verdana;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	}


/* Headers */

h1{
	font-family: verdana;
	font-weight: bold;
	font-size: 150%;
	color: FD8000;
}
h2{
	font-family: verdana;
	font-weight: bold;
	font-size: 130%;
	color: FD8000;
}
h3,h4{
	font-family: verdana;
	font-weight: bold;
	font-size: 110%;
	color: FD8000;
}

/* Fonts */

.sideh1{
	font-family: verdana;
	font-weight: bold;
	font-size: 13px;
	color: #363636;
	}
.sideh{
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: FD8000;
	}
.content{
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	color:"#000000";
	line-height: 14px;
	padding: 10px;
	text-align: justify;
	}
.title{
	font-family: verdana;
	color: #3C7606;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	}
.footer{
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	margin-left: 6px;
	text-align: center;
	}
	
/* Lists */

ul{
	line-height: 15px;
	margin-left: 15px;
	padding-left: 15px;
	}
.side{
	list-style-type: square;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	margin-left: 10px;
	padding-left: 10px;
	}
.abtlst{
	list-style-type: none;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	margin-left: 0px;
	padding-left: 0px;
	}

sup{
	color: #FF0000;
	}