/*******************************************************/
/* Developer: Chris Harrist                            */
/* Institution: TAMU								   */
/* Project: AAPRA								       */
/* Date: January 07, 2007                              */
/*******************************************************/

/*******************************************************/
/* HTML tag styles                                     */
/*******************************************************/
html,body{
	margin:0;
	padding:0;
	height:100%;
	border:none;
	background-image:url(images/background.jpg);
	}
/*******************************************************/
/* Hyperlink tag styles                                */
/*******************************************************/
a:link, a:visited{
	color: #003910;
	text-decoration: underline;
}

a:hover{
	color: #003910;
	text-decoration: none;
}

/*******************************************************/
/* Font tag styles                                     */
/*******************************************************/	
.siteText{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003910;
}
.smallText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #000000
}
.menuText{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003910;
	font-weight:bold;
}