
* {
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0;
	}

body {
	background: url("../images/bg_main.gif") repeat-x;
	font-family: "Verdana","Helvetica","Arial",sans-serif;
	line-height: 1.5;
	padding: 15px;
	}



/*

.flright {
	float: right;
	}
	
.flleft {
	float: left;
	}

.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
	margin: 0 !important;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: "Arial",sans-serif;
	color: #333;
	}
	
h1, h2 {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	}
h3, h4 {
	margin-top: 20px;
	margin-bottom: 5px;
	}
li {
	font-size: 0.90em;
	}
p.top {
	font-size: 0.80em;
	}
a {
	display:inline;
	color:#333;
   border-bottom: 1px dashed #333;
	}

a:active,
a:hover {
	color: red;
	border-bottom: 1px dashed red;
	}

h1 a,
a img {
	border: 0px !important;
	}
	
caption {
	font-size: 0.9em;
	}

table.project {
	width: 90%;
	border: 1px solid #999;
	}
	

table.project th {
	font-size: 0.80em;
	padding: 5px;
	background: #999 !important;
	color: #fff !important;
	}
	
table.project td {
	font-size: 0.80em;
	padding: 5px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	}
table.project td.first {
	width: 12%;
	}
table.project td.second {
	width: 43%;
	}
table.project td.third {
	width: 25%;
	}
table.project td.last {
	border-right: 0px;
	width: 20%;	
	}
	
table.project td.second,
table.project td.last {
	background: #eee;
	}
	
	
*/
	

