@charset "UTF-8";
/* CSS Document */

html, body
{
	margin: 0;
	padding: 0;
	height: 100% !important;
	font-family: Arial, Helvetica, sans-serif;
}

body
{
	min-height: 100%;
}

.line
{
	background-image: url(../line.jpg);
	background-position: center;
	background-repeat: repeat-y;
	width: 30px;
}

.space
{
	width: 10px;
}

td
{
	vertical-align: top
}

h1
{
	margin: 30 0 30px 0;
	font-size: 20px;
	font-weight: bold;
}

h2
{
	font-size: 11px;
	margin: 30px 0 10px 0;
	font-weight: bold;
}

h3
{
	font-size: 11px;
	margin: 15px 0 0px 0;
	font-weight: bold;
}


h4
{
	margin: 10px 0 0 0;
}

h5
{
	font-size: 11px;
	margin: 30px 0 0px 0;
	font-weight: bold;
}

h6
{
	font-size: 11px;
	margin: 30px 0 0px 0;
	font-weight: bold;
	width: 500px;
}



div
{
	margin: 0;
	padding: 0;
}

#table
{
	height: 100%;
	width: 100%;
}

#workTd
{
	height: 100%;
	overflow: hidden;
}

#work
{
	height: 100%;
	overflow:-moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
	
}

img
{
	margin-bottom: 10px;
	display: block;
}

p
{
	font-size: 10px;
	color: #737373;
	line-height: 14px;
}

.info
{
	width: 250px;

}

.content
{
	width: 160px;

}

a
{
	color: #737373;
	text-decoration: none;
	border-bottom: 1px #CCCCCC solid;
}

a:hover
{
	background-color: #000000;
	color: #FFFFFF;
}

.links
{
	line-height: 16px;
	font-size: 10px;
}

.text
{
	font-size: 10px;
	color: #737373;
	line-height: 16px;
	width: 500px;
	display: block;
}

.text2
{
	font-size: 10px;
	color: #737373;
	line-height: 16px;
	width: 250px;
	display: block;
}

.imagetext
{
	width: 500px;
	display: block;
	font-size: 10px;
	color: #737373;
	text-align: left;
	margin-bottom: 5px;
	border-bottom-style: dotted;
	border-bottom-color: 737373;
	border-bottom-width: 1px;
	margin-top: 30px;
	height: 12px;
}
