body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div, p, td, tr, li, ul {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
	color : #000000;
	font-style : normal;
}

h1 {
	font-family : Verdana, Arial, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : #868484;
}

h2 {
	font-family : Verdana, Arial, sans-serif;
	font-weight : bold;
	font-size : 10.5pt;
	color : #000000;
}

h3 {
	font-family : Verdana, Arial, sans-serif;
	font-weight : bold;
	font-size : 10pt;
	color : #000000;
}

hr {
	color : #6F8296;
	height:1px;
	border: thin solid;
}

ul li {
	list-style-image : url("/images/li.gif"); 
	margin-left : -20px;
}

a:hover { 
	color: #000000;
}

.tile {
	background-image : url(/images/tile.gif);
	background-repeat : repeat-x;
	background-color: #A6B3C1;
}
.tile_portfolio {
	background-image : url(/images/tile_portfolio.gif);
	background-repeat : repeat-x;
	background-color: #A6B3C1;
}
.menu {
	font-family : Verdana, Arial, sans-serif;
	font-weight : bold;
	font-size : 12px;
	text-decoration : none;
	color: #EEEDED;
	background-color: #6F8296;
}

a.menu:hover  {
	color: #D3D3D3;
}

.heading {
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	font-size : 14px;
	color: #EEEDED;
	padding-left:15px;
}

.content {
	background-color: #EEEDED;
}
.outerline{
	background-color: #000000;
}

.innerline {
	background-color: #ffffff;
}

.odd { background-color: #D5D9FE; }

.even { background-color: #EEEEEE; }

.border {
	border-color : #000000;
	border-style : solid;
	border-width : 1;
}

.imgout {
	border: 0;
	filter: alpha(opacity=60);
	margin: 0;
	padding: 0;
}

.imgover {
	border: 0;
	margin: 0;
	padding: 0;
}	

.small {
	font-family : Verdana, sans-serif;
	font-size : 7.5pt;
	color : #868484;
}

table.gallery tr td.small,table.gallery tr td.large {
	border-color : #ffffff;
	border-style : solid;
	border-width : 3;
	background:black;
	
}

table.gallery tr td.small {
	width:250px;
	height:192px;
}

table.gallery tr td.large {
	width:400px;
	height:400px;
}
.formmargin {
	margin-top : 0px;
	margin-bottom : 0px;
}

.forminput {
	font-family : Arial, sans-serif;
	border: 1px solid #9B9798; 
	background: #D3D3D3;
	color: #000000;
	margin: 0;
	padding-left: 3px;
}

#required {
	border-left: 4px solid #9B9798;	
}

