.page {
	border: 1px solid #CCCCCC;
	margin: 5px;
	width: 760px;
    background-color : #ffffff;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    background-color : #F7F7F7;
	 font-size: 12px;
}

h1{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #666666;
	padding-bottom: 10px;
	display: inline;	
}

h2{
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #666666;
	display: inline;	
}

a:link {
	color: #006666;
	text-decoration: none;
}
a:visited {
	color: #006666;
	text-decoration: none;
}
a:hover {
	color: #669966;
	text-decoration: underline;
}
a:active {
	color: #006666;
	text-decoration: none;
}
.pathway {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}
.inputbox {
  font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #000000;
  background-color : #F0F0F0;
  border           : 1px solid #CCCCCC;
}
.button {
	color: #003333;
	text-align: center;
	font: bold 12px Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif;
	background: #F5F5F5;
	border: 1px solid #003366;
	height: 20px;
	}
td,tr,p,div {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
.content {
        border-left: 1px dotted #CCCCCC;
        padding-left:10px; 
        padding-right:10px; 
}
.contentheading {
        font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
		letter-spacing:2px;
}
table.moduletable {
	width: 100%;
	}
table.moduletable th {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	width: 100%;
	background: url( images/box_1.jpg) no-repeat left;
	height: 42px;
	line-height: 25px;
	padding-left:10px;
	}
table.moduletable td {
	padding-left:5px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	}
	
	
a.mainlevel:link, a.mainlevel:visited {
	color: #006666;
	font-size:13px; 
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif;
	font-weight:bold;
	}
a.mainlevel:hover {
	color: #006666; 
	text-decoration: underline;
	}
a.sublevel:hover {
	color: #006666;
	text-decoration: underline;
}
a.sublevel:link, a.sublevel:visited {
	font-size:12px;
	color: #006666;
	font-style:normal;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif;
}
.error{
	color: Red;
}