@charset "UTF-8";
/* CSS Document */

a:focus {
-moz-outline: 0px;
outline: 0px;
}

.text {
	font-family: Arial;
	color: #B0ACBA;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
}

body {
	background-color: #18243b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position:top;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
}

.bold {
	color: #FFFFFF;
	font-weight: bold;
}

a:link, a:visited, a:active { 
	color: #FFFFFF;
	text-decoration: underline; 
}

a:hover { 
	color: #a0b7e7;
	text-decoration: none; 
}

.border {
border: 2px solid #FFFFFF;
}

td#thumbnail img, td#thumbnail a:link, td#thumbnail a:visited img {
border: 2px solid #FFFFFF;
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}
	
td#thumbnail a:active img, td#thumbnail a:active img, td#thumbnail a:hover img {
border: 2px solid #0e1421;
filter:alpha(opacity=30); 
-moz-opacity: 0.30; 
opacity: 0.30;
}

a.projects:link, a.projects:active, a.projects:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.projects:hover {
	color: #7588ae;
	font-weight: bold;
	text-decoration: none;
	 
}
