html,body 
	{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height: 1.4;
	font-family: Arial, sans-serif;
	font-size:12px;
	color:#666666;
	background:#ffffff;
	/*background-image: url(../images/gradient_wht_gry.png);*/
	background-repeat: repeat-x;
	}
p	
	{
	text-align:justify;
	margin-top:6px;
	}	
a
	{
	text-decoration:none;
	}		
a:hover
	{
	text-decoration:none;
	}	
h1
	{
	line-height: 1.4;
	font-family: Arial, sans-serif;
	font-size:22px;
	color:#00ACAC;
	}
	/*frame level=============================*/
.frame
 	{
	background:#ffffff;
	width:640px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	/*padding:0px 20px 0px 20px;*/
	padding:0px 0px 0px 0px;
	text-align:left;
	}	
#content
 	{
	margin:20px 20px 20px 20px;
	}
#header
 	{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	background:#42AAAA;
	}
	/*project level=============================*/
.project
	{
	margin:0px 0px 0px 0px;
	padding:20px 0px 20px 0px;
	border-bottom: 1px solid #e4e4e4;
	}	
.projectLink
	{				
	font-size:14px;
	text-decoration:none;
	color:#00ACAC;
	background:#e4e4e4;
	margin:2px 2px 2px 2px;
	padding:2px 4px 2px 4px;
	}		
.projectLink:hover
	{
	font-size:14px;
	text-decoration:none;
	color:#ffffff;
	background:#00e1e1;
	}
.projectDescription
	{
	margin:5px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	}
.projectTitle
	{	
	font-size:18px;
	font-weight: bold;
	text-decoration:none;
	color:#00ACAC;
	line-height:2;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
.pipe
 	{
	font-weight: normal;
	color:#00e1e1;
	}
	/*footer level=============================*/
#footer
 	{
	margin:10px 0px 10px 0px;
	padding:10px 0px 10px 0px;
	text-align:center;
	}
.footerLink
	{
	color:#666666;
	margin:0px 10px 0px 10px;
	padding:0px 0px 0px 10px;
	text-decoration:none;
	}
.footerLink:hover
	{
	color:#cccccc;
	margin:0px 10px 0px 10px;
	padding:0px 0px 0px 10px;
	text-decoration:none;
	}