body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #0055A5;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	font-weight: normal;
	color: #000000;
	}
	
.semibig {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.big {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
}

.bigGreen {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	color: #007526;
}

.xbig {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
	color: #0055A5;
}

.xbigGreen {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
	color: #007526;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}

<!-- HEAD STYLES -->

h1 {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 24px;
	line-height:120%;
	color: #0055A5;
	}
	
h2 {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 22px;
	line-height:120%;
	color: #0055A5;
	}

h3	{
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 20px;
	line-height:120%;
	color: #0055A5;
	}

h4 {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height:120%;
	color: #0055A5;
	}

h5 {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height:120%;
	color: #0055A5;
	}
	
<!-- GRAPHIC HEADS -->

.headProject { 
	background-image: url('images/head_story_proj.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	line-height: 27px;
	}

.headNews { 
	background-image: url('images/head_story_new.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	line-height: 27px;
	}

<!-- FORM STYLES -->

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

<!-- LIST STYLES -->

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

<!-- LINK STYLES -->

a:link {
	color: #009933;
}

a:visited {
  color: #44618B;
}

a:hover {
	text-decoration: underline overline;
	color: #FF0000;
}

a:active {
	color: #0055A5;
}

a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}

a.nav:link {
	color: #333333;
	padding: 2px;}

a.nav:visited {
	color: #cccccc;
	padding: 2px;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}

a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}

a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
  color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
