/* CODED BY ARTHUR MOLA */



/* Main Layout */

body {
background: #FFFFFF;
text-align: none;
margin-top: 30px;
margin-bottom: 0px;
margin-left: 25px;
font-family: Helvetica, Arial, Century Gothic, Verdana, Trebuchet MS, Sans Serif;
font-size: 9px;
font-weight: lighter;
color: #666666;
}

TD	{ 	
	font-family: Helvetica, Arial, Century Gothic, Verdana, Trebuchet MS, Sans Serif;
	font-size: 9px; 
	font-weight: lighter;
	color: #CCCCCC;
	}

.recentwork {
	font-family: Helvetica, Arial, Century Gothic, Verdana, Trebuchet MS, Sans Serif;
	font-size: 11px; 
	font-weight: bold;
	color: #333333;
	}
	
.copyright {
	font-family: Helvetica, Arial, Century Gothic, Verdana, Trebuchet MS, Sans Serif;
	font-size: 9px; 
	font-weight: lighter;
	color: #CCCCCC;
	}
	
.contact {
	font-family: Helvetica, Arial, Century Gothic, Verdana, Trebuchet MS, Sans Serif;
	font-size: 12px; 
	font-weight: lighter;
	color: #888888;
	}
	
.success {
	font-family: Helvetica, Arial, Century Gothic, Verdana, Trebuchet MS, Sans Serif;
	font-size: 13px; 
	font-weight: bold;
	color: #888888;
	}
	
.heading {
	font-family: Helvetica, Arial, Century Gothic, Verdana, Trebuchet MS, Sans Serif;
	font-size: 11px; 
	font-weight: bold;
	color: #333333;
	}
	
.heading-contact {
	font-family: Helvetica, Arial, Century Gothic, Verdana, Trebuchet MS, Sans Serif;
	font-size: 11px; 
	font-weight: bold;
	color: #333333;
	}
	
TR {
   font-family: Helvetica, Arial, Century Gothic, Verdana, Trebuchet MS, Sans Serif; 
   font-size: 9px; 
   font-weight: lighter;
   color: #CCCCCC;
	}
	

/* Links ( Main ) */

a:link {
text-decoration: none;
color: #888888;
}
a:visited {
text-decoration: none;
color: #888888;
}
a:hover {
text-decoration: none;
color: #888888;
}
a:active {
text-decoration: none;
color: #888888;
}

/*...FORMS CSS...*/
	  
.form {  
    color: #666666; 
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Helvetica, Arial, Century Gothic, Verdana, Trebuchet MS, Sans Serif; 
	font-size: 12px; 
	font-weight: lighter;
	background-color: #f6f6f6; 
	border: 1px #c2c2c2 solid;
	padding-bottom: 13px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 13px;
	width: 600px;
	  }
	  
.form2 {  
    color: #666666; 
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Helvetica, Arial, Century Gothic, Verdana, Trebuchet MS, Sans Serif; 
	font-size: 12px; 
	font-weight: lighter;
	background-color: #f6f6f6; 
	border: 1px #c2c2c2 solid;
	padding-bottom: 13px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 13px;
	width: 627px;
	  }
