/** --------------------------------------------------------------------------- **/
/** This ID is used for Body **/
/** --------------------------------------------------------------------------- **/

body
{
	background-color:	#4a4949;
}



/** --------------------------------------------------------------------------- **/
/** This ID is used for Image **/
/** --------------------------------------------------------------------------- **/

image
{
	border: 			0px solid #000;
}	




/** --------------------------------------------------------------------------- **/
/** OTHERs **/
/** --------------------------------------------------------------------------- **/

.page-head
{
	border:				0px solid #000;
	color:				#000;
	font-family: 		arial,verdana;
	font-size: 			16px;
	padding-left:		20px;
	line-height:		17px;
	font-weight:		bold;
}

.projects-page-head
{
	border:				0px solid #000;
	color:				#000;
	font-family: 		arial,verdana;
	font-size: 			16px;
	padding-left:		10px;
	line-height:		17px;
	font-weight:		bold;
}

.body-text
{
	border:				0px solid #000;
	color:				#000;
	font-family: 		arial,verdana;
	font-size: 			11px;
	padding-left:		20px;
	padding-right:		20px;
	line-height:		17px;
}
.body-text a
{
	color:				blue;	
	text-decoration:	none;
}

.body-text a:hover
{
	color:				red;	
	text-decoration:	none;
}


.table-text
{
	border:				0px solid #000;
	color:				#000;
	font-family: 		arial, verdana;
	font-size: 			11px;
	padding-left:		5px;
	line-height: normal;
}
.table-text a
{
	color:				#000;	
	text-decoration:	none;
}

.table-text a:hover
{
	color:				blue;	
	text-decoration:	none;
}


.sub-links
{
	border:				0px solid #000;
	color:				#990000;
	font-family: 		arial,verdana;
	font-size: 			11px;
	padding-left:		20px;
	padding-right:		20px;
}
.sub-links a
{
	font-size: 			10px;
	color:				#000;	
	text-decoration:	none;
}

.sub-links a:hover
{
	color:				blue;	
	text-decoration:	none;
}

.bottom-links
{
	border:				0px solid #000;
	color:				#ffcc00;
	font-family: 		arial,verdana;
	font-size: 			10px;
}
.bottom-links a
{
	font-size: 			11px;
	color:				#fff;	
	text-decoration:	none;
}

.bottom-links a:hover
{
	color:				#ffcc00;	
	text-decoration:	none;
}
