/***********************************************/
/*         Stylesheet for ACUADS Site          */
/*         Copyright 2008 Eye For IT           */
/***********************************************/
body{
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}
/*********** hyperlink styles ************/
a:link, a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #cc3300;
	text-decoration: none;
}
a:hover{
	color: #ffffff;
	background-color: #ff8822;
	text-decoration: none;
}
.menu a:link, .menu a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.menu a:hover{
	color: #000000;
}
.menu h2{
	font-size: 18px;
	font-weight: bold;
	color: #ff9933;
}
.menu p{
	font-size: 11px;
	font-weight: bold;
	color: #663366;
	background-color: #ff9933;
	padding: 0px 2px 0px 2px;
	border: solid #000000 1px;
}
.submenu {
	font-size: 12px;
	color: #ff9933;
	padding: 8px 0px 8px 0px;
}
.submenu a:link, .submenu a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
}
.submenu a:hover{
	color: #000000;
}
.publishing {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	border-top: solid #cc3300 2px;
}
.anchors p{
	font-size: 12px;
	color: #663366;
	font-weight: normal;
	line-height: 20px;
}
/****** header, paragraph & list styles ******/
h1{
	font-family: Tahoma;
	font-size: 22px;
	color: #cc3300;
}
h2{
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #880077;
}
h3{
	font-size: 14px;
	font-weight: bold;
	color: #880077;
}
h4{
	font-size: 14px;
	font-weight: bold;
	color: #cc3300;
}
h5{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #880077;
	line-height: 16px;
}
h6{
	font-size: 12px;
	color: #663366;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	margin: 10px 20px 10px 20px;
	border: solid #ccd2d2 1px;	
}
p{
	font-size: 12px;
	color: #663366;
	font-weight: normal;
	line-height: 18px;
	text-align: justify;
}
ul{
	font-size: 12px;
	color: #663366;
	font-weight: normal;
	line-height: 18px;
}
ol{
	font-size: 12px;
	color: #663366;
	font-weight: normal;
	line-height: 18px;
}
/************** text styles in tables **************/
.smalltxt p{
	font-size: 10px;
	color: #663366;
	font-weight: normal;
	line-height: 18px;
}
.smalltxt a:link, .smalltxt a:visited{
	font-size: 10px;
	font-weight: bold;
	color: #cc3300;
	text-decoration: none;
	line-height: 18px;
}
.smalltxt a:hover{
	color: #ffffff;
	background-color: #ff8822;
	text-decoration: none;
}
.smalltxt ul{
	font-size: 8px;
	color: #663366;
	font-weight: bold;
	line-height: 18px;
	list-style-type: none;
}
.digest p{
	font-size: 10px;
	color: #663366;
	font-weight: normal;
	line-height: 14px;
	padding: 0px 20px 25px 15px;
}
.digest a:link, .digest a:visited{
	font-size: 10px;
	color: #663366;
	font-weight: normal;
	text-decoration: underline;
	line-height: 14px;
}
.digest a:hover{
	text-decoration: none;
	background-color: #ffffff;
}
.caption p{
	font-size: 9px;
	color: #9c9c9c;
	font-weight: normal;
	line-height: 14px;
	text-align: right;
}
.top{
	text-align: right;
}
.middle{
	text-align: center;
}
.left{
	text-align: left;
}
/************** site copyright & credits styles **************/
.copyright{
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	line-height: 14px;
}
.eyeforit{
	font-size: 10px;
	font-weight: normal;
	color: #adadad;
	line-height: 14px;
}
.eyeforit a:link, .eyeforit a:visited{
	font-size: 10px;
	font-weight: bold;
	color: #adadad;
	text-decoration: none;
}
.eyeforit a:hover{
	color: #dfdfdf;
	font-weight: bold;
	background-color: #663366;
	text-decoration: none;
}
/********************* end **********************/