#error_list, .error_list {
	border: 2px solid red;
	padding: 5px;
	background-color: #ffeeee;
	margin-bottom: 10px;
}
.errors {
	color: red;
}

body {
	font-family: Trebuchet MS, Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	height: 101%;
}

td {
	font-family: Trebuchet MS, Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

th {
	font-family: Trebuchet MS, Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

H1 {
	font-family: Trebuchet MS, Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #35356D;
}

H2 {
	font-family: Trebuchet MS, Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #35356D;
}

A:link {
	font-family: Trebuchet MS, Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #951c1e;
	text-decoration: underline;
}

A:visited {
	font-family: Trebuchet MS, Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #951c1e;
	text-decoration: underline;
}

A:active {
	font-family: Trebuchet MS, Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #951c1e;
	text-decoration: underline;
}

A:hover {
	font-family: Trebuchet MS, Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #951c1e;
	text-decoration: none;
}

.smtext {
	font-family: Trebuchet MS, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #006595;
}

A.tabmenu:link {
	font-family: Trebuchet MS, Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #c8c3a9;
	text-decoration: none;
}

A.tabmenu:active {
	font-family: Trebuchet MS, Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #c8c3a9;
	text-decoration: none;
}

A.tabmenu:visited {
	font-family: Trebuchet MS, Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #c8c3a9;
	text-decoration: none;
}

A.tabmenu:hover {
	font-family: Trebuchet MS, Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #951c1e;
	text-decoration: none;
}

A.menu:link {
	font-family: Trebuchet MS, Arial, helvetica, sans-serif;
	font-size: 17px;
	color: #ffffff;
	text-decoration: none;
}

A.menu:active {
	font-family: Trebuchet MS, Arial, helvetica, sans-serif;
	font-size: 17px;
	color: #ffffff;
	text-decoration: none;
}

A.menu:visited {
	font-family: Trebuchet MS, Arial, helvetica, sans-serif;
	font-size: 17px;
	color: #ffffff;
	text-decoration: none;
}

A.menu:hover {
	font-family: Trebuchet MS, Arial, helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	text-decoration: none;
}

A.footer:link {
	font-family: Trebuchet MS, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #35356D;
	text-decoration: underline;
}

A.footer:active {
	font-family: Trebuchet MS, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #35356D;
	text-decoration: underline;
}

A.footer:visited {
	font-family: Trebuchet MS, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #35356D;
	text-decoration: underline;
}

A.footer:hover {
	font-family: Trebuchet MS, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #35356D;
	text-decoration: none;
}

/* in IE form tags have 'size' for some reason */
form {
	padding: 0px;
	margin: 0px;
}

input.control {
	margin-left: 3px;
	margin-right: 3px;
}

/* table.standard in some form */
table.standard {
	border: 1px solid #000000;
	border-collapse: collapse;
	empty-cells: show;
}

table.standard td, table.standard th {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eeeeee;
	empty-cells: show;
	vertical-align: top;
}

table.standard th {
	color: #000000;
	background-color: #dcdcdc;
}

table.standard tr.alt td {
	background-color: #bbbbbb;
}

table.standard tr.highlighted td {
	background-color: #BDD1DC;
}

/* button styling */
.submit_button, input[type=submit], input[type=button], input[type=reset], button {
	font-family: Arial, helvetica, sans-serif;
	color: #ffffff;
	line-height: 20px;
	border: 2px solid #173C68;
	background-color: #951C1E;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	padding: 0px 1px 0px 1px;
}

.references .name
{
  font-weight:bold;
}
.pics {  
    height:  580px;  
    width:   700px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics div.pic_container {  
    padding: 15px; 
    border:  1px solid #ccc;  
    background-color: #eee;
    top:  0; 
    left: 0;
    text-align:center;
}
 
.pics div.pdf_container {  
    padding: 15px; 
    border:  1px solid #ccc;  
    background-color: #eee;
    top:  0; 
    left: 0;
    text-align:center;
}

