body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: justify;
	font-family: Tahoma, Arial, sans-serif;
}
.style1 {
	color: #737373;
	font-size: 11px;
	font-family: Tahoma;
	text-decoration:none;
}
.style2 {
	color: #808080;
	font-size: 9px;
	font-family: tahoma;
}
.style3 {
	color: #9f0000;
	font-size: 11px;
	font-family: tahoma;
}
.style4 {
	color: #9d9f00;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style6 {color: #9f0000; font-size: 11px; font-family: tahoma; font-weight: bold; }
.style7 {
	color: #9d9f00;
	font-size: 9px;
	font-family: tahoma;
	text-decoration:none
}
.style25 {
	font-family: Tahoma;
	font-size: 11px;
	color: 333333;
	text-align: justify;
}
.style25 {
	text-align: justify;
}
.style12 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #F4852B;
}
.style26 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #383838;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
#flashcontent {
	margin: 25px 0;
}
a img { border: none; }

div#container {
	width: 500px;
	padding: 0 15px;
	margin: 0 auto;
}
/**********
Project Files
**********/
p.breadcrumbs {
	font: normal 10px/10px Arial, Helvetica, sans-serif;
}
ul#projectFiles {
	list-style: none;
	padding: 0 0 0 15px;
	margin: 10px 0 0 0;;
}
ul#projectFiles li {
	margin: 0 0 8px 0;
}
ul#projectFiles li a,
ul#projectFiles li a img {
	border: none;
}
ul#projectFiles li img {
	margin: 0 5px 0 0;
	position: relative;
	top: 3px;
}
h3.projectTitle {
	margin: 0 0 5px 0;
}
p.comments,
p.due {
	margin: 0 0 2px 0;
	font-size: 14px;
}
img.icon {
	border: none;
	margin: 0 5px 0 0;
	position: relative;
	top: 3px;
}
a.downloadZip {
	position: relative;
	top: 3px;
}
a.projDocs {
	text-decoration: none;
}
/**********
Tables
**********/
table.default,
table.files { font-size: 12px; margin: 10px 0; border-bottom: solid 2px #5F5F5F; width: 650px; font-family: Arial, Helvetica, sans-serif; }
table.default thead th,
table.files thead th { font-size:12px; background-color: #5F5F5F; color: #fff; padding: 2px 5px; }
table.default td { padding: 6px 4px; font-size: 12px; }
table.default tr.altRow { background-color: #f0f0f0; }
table.default tbody th { text-align: left; }
table.files {
	width: 650px;
}
table.files td {
	padding: 2px 5px;
}
th.date { width: 140px; }
/*********
Contact Us
*********/
dl.contact {
	font: normal 12px/13px Arial, Helvetica, sans-serif;
}
dl.contact dt {
	font-weight: bold;
}
dl.contact dd {
	margin: 0 0 4px 0;
}
div.fieldWrap {
	margin-bottom: 10px;
}
