@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f0f0f0;
}
body {
	background:fixed;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/big-bg.jpg);
	background-repeat: no-repeat;
	
}
a {
	font-size: 12px;
	color: #666666;
}
.link {
	text-decoration: none;
	color: #F0F0F0;
}
.link:visited {
	text-decoration: none;
	color: #F0F0F0;
}
.link:hover {
	text-decoration: underline;
	color: #02AAFB;
}
.link:active {
	text-decoration: none;
	color: #F0F0F0;
}

.title{
	font-family: Arial;
	font-size:12px;
	color:#FFFFFF;
	text-transform: uppercase;
}
.status{
	text-decoration: none;
	font-family: Arial;
	font-size:10px;
	color:#02AAFB;
	font-weight:bold;
	text-transform: uppercase;
}
.status:visited{
	text-decoration: none;
	font-family: Arial;
	font-size:10px;
	color:#02AAFB;
	font-weight:bold;
	text-transform: uppercase;
}
.status:active{
	text-decoration: none;
	font-family: Arial;
	font-size:10px;
	color:#02AAFB;
	font-weight:bold;
	text-transform: uppercase;
}
.status:hover{
	text-decoration: none;
	font-family: Arial;
	font-size:10px;
	color:#F0F0F0;
	font-weight:bold;
	text-transform: uppercase;
}


.projDetail{
	font-family: Arial;
	font-size:12px;
	color:#ffffff;
	text-transform: capitalize;
	line-height: 20px;
}
.sub-title{
font-family: Arial;
font-size:24px;
color:#FFFFFF;
}