.main {
	font-family : Helvetica, sans-serif;
	font-size : 11px;
	color : 666666;
}
.main-bold {
	font-family : Helvetica, sans-serif;
	font-size : 11px;
	color : 666666;
	line-height : 17px;
	padding-top : 5px;
	font-weight : bold;
	text-decoration : none;
	list-style : square;
}
.main-whiteBold {
	font-family : Helvetica, sans-serif;
	font-size : 11px;
	color : FFFFFF;
	text-decoration : none;
	list-style : square;
	font-weight : bold;
}
.main-white {
	font-family : Helvetica, sans-serif;
	font-size : 11px;
	color : FFFFFF;
	text-decoration : none;
	list-style : square;
}
.main-blue {
	font-family : Helvetica, sans-serif;
	font-size : 14px;
	color : 666666;
	font-weight : bold;
}
.projects-title {
	font-family : Helvetica, sans-serif;
	font-size : 12px;
	color : FFFFFF;
	font-weight : bold;
	text-indent : 5px;
}
.projects-main {
	font-family : Helvetica, sans-serif;
	font-size : 12px;
	color : 000000;
	padding-top : 5px;
}
.projects-mainBold {
	font-family : Helvetica, sans-serif;
	font-size : 12px;
	color : 3B538E;
	font-weight : bold;
	padding-top : 5px;
}
.header{
	font-family : Helvetica, sans-serif;
	font-size : 12;
	color : #666666;
	font-weight : bold;
}
.header2{
	font-family : Helvetica, sans-serif;
	font-size : 14;
	color : C6CA85;
	font-weight : bold;
	padding-top : 5px;
}
.header3{
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 18;
	color : FFFFFF;
	font-weight : bold;
	padding-top : 5px;
}
.footer {
	font-family : Helvetica, sans-serif;
	font-size : 11px;
	color : 999999;
	padding-top : 5px;
}
.footerlink {
	font-family : Helvetica, sans-serif;
	font-size : 11px;
	color : f2f2f2;
}
.a:link {
	font-family : Helvetica, sans-serif;
	font-size : 11px;
	color : 333333;
}
.left {
	font-family : Helvetica, sans-serif;
	font-size : 12px;
	color : FFFFFF;
	font-weight : bold;
}
.quote {
	font-family : Helvetica, sans-serif;
	font-size : 12px;
	color : 666666;
	font : italic;
}
.required {font-family : Arial, Helvetica, sans-serif;font-size : 11px;color : 326395;line-height : 17px;padding-top : 5px;}
.left-link{font-family : Arial, Helvetica, sans-serif;font-size : 11px;color : E2E2E2;padding-bottom : 15px;line-height : 17px}
.projectsNav {
float:left;
width:86px;
height:26px;
border:px solid;
font:normal 12px Arial;
text-align:center;
color:#3A508A;
background: url(http://peregrine.dreamhost.com/images/button.gif) no-repeat 0 0px;
padding-top : 5px;
}
.projectsNavCurrentPage {
float:left;
width:86px;
height:26px;
border:px solid;
font:normal 12px Arial;
text-align:center;
color:#FFFFFF;

padding-top : 5px;
}

a.projectsNav:link, a.projectsNav:visited, a.projectsNav:active {
color:#3A508A;
text-decoration:none;
background: url(http://peregrine.dreamhost.com/images/button.gif) no-repeat 0 0px;
}
a.projectsNav:hover {
color:#bbbbee;
background: url(http://peregrine.dreamhost.com/images/button.gif) no-repeat -86px 0px;
}




/*** LISTER COLORS ***/

body.lister {
background: #ffffff;             	/* background behind table */
}

table.lister {
	border: 1px solid #444444;       /* main table border style */
}

td.listerDir {
	color: #ffffff;                  /* table header text color */
	background-color: #39508A;       /* table header background color */
}

td.listerDir a {
	color:white;                     /* link text color within table header */
}

tr.listerHeading, td.listerHeading, td.listerHeading a {
	color: #dddddd;                  /* column headings text color */
	background-color: #444444;       /* column headings background color */
}

tr.listerF td a {
	color: #000000;                  /* file listing link text color (filename)*/
}

tr.listerF td a:hover, a.lister:hover {
	background-color: #bbbbee;       /* file listing link hover background color */
}

tr.listerEven {
	background-color: #eeeeee;       /* file listing background color for even numbered rows */
}

tr.listerOdd {
	background-color: #dddddd;       /* file listing background color for odd numbered rows */
}

tr.listerF td {
	color: #444444;                  /* file listing text color */
}

.listerWhite {
	color: white;                    /* active page in paging header */
}


/*** LISTER FONTS ***/

.lister * {
	font-family: Tahoma, Sans-Serif;
	font-size: 11px;
}

.lister a, a.lister {
	text-decoration: none;
}

.lister a:hover, a.lister:hover {
	text-decoration: underline;
}

.listerSmaller {
	font-weight: normal;
	font-size: 10px;
}

td.listerDir {
	font-weight: bold;
}

tr.listerHeading, td.listerHeading, td.listerHeading a {
	font-weight: bold;
}


/*** LISTER MARGINS AND POSITIONS ***/

table.lister {
	width:95%;
}

table.lister td {
	padding-left: 10px;
	padding-right: 10px;
}

table.lister td.littlepadding {
	padding-left: 4px;
	padding-right: 0px;
}

td.listerDir {
	padding-top: 3px;
	padding-bottom: 3px;
}

tr.listerHeading, td.listerHeading, td.listerHeading a {
	padding-top: 3px;
	padding-bottom: 3px;
}

tr.listerF td {
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
}

.lister img {
	border:none;
}

.listerW {
	white-space: normal;
}
