body,h1,h2,h3,h4,li,ol,ul,em,b {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

body {
	/*background: #eeeeee url('images/splat.png') no-repeat bottom right;*/
	position: relative;
	padding: 2px;
	margin: 2px;
}

a {color: #3182F0; text-decoration: none;}
a:visited {color: #3182F0; text-decoration: none;}
a:active {color: #6BBBD5; text-decoration: none;}
a:hover	{color: #D65555; text-decoration: none;}

.center {
	text-align: center;
	width: 100%;
}

.menu_icon {
	border: 1px solid #999999;
  	padding: 0px;
  	margin: 5px;
	cursor: hand;
	z-index: 2;
}

.header_div {
	position: relative;
	top: 0;
	background-color: #fff;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding: 10px;
}

.content_div {
	position: relative;
	top: 0;
	width: 100%;
	text-align: left;
	margin: 15 5 5 5;
	/*padding-top: 0px;
	padding-left: 0px;*/
	z-index: 2;
}

.small {
	font-size: 10px;
}

a.small {
	font-size: 10px;
}

.heading1 {
	font-size: 18px
}
.heading2 {
	font-size: 16px
}


td.order_column {
	background-color: #6BBBD5;
}

td.order_column_hover {
	background-color: #3CFF00;
	cursor: n-resize;
}


div.float_thumb_spacer {
    clear: both;
    white-space: nowrap;
}

div.float_thumb {
	cursor: hand;
	border: 1px dashed #ddd;
	margin: 4px;
	padding: 3px;
	float: left;
	font-size: 10px;
	text-align: center;
	width: 133px;
	height: 140px;
}


.project_heading_3 {
	font-size: 18px;
}
.project_heading_1 {
	font-size: 12px;
}

.project_text_3 {
	font-size: 14px;
}
.project_text_1 {
	font-size: 10px;
	color: #808080;
}

