/* CSS Document */


body { background-color:#3C3C3C; }

a {color:#A6D102;}

a:hover {
color:#F77000;
text-decoration:underline;}

a:visited {
color:#A6D102;
text-decoration:none;
}


td,p,li, .td,.p,.li {
	font-family:Verdana,Helvetica,Arial,FreeSans,sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	line-height:17px;
	list-style-image:url(../images/green-bullet.gif);
	
}

.hometext {
	font-family:Verdana,Helvetica,Arial,FreeSans,sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	line-height:17px;
	list-style-image:url(../images/architecture/bullet.gif);
}

.homelink {
	font-family:Verdana,Helvetica,Arial,FreeSans,sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	line-height:24px;
	list-style-image:url(../images/green-bullet.gif);
	
}
a.homelink, a.homelink:visited {
	color: #FFFFFF;
	text-decoration:none;
}

a.homelink:hover {
	color: #F77000;
	text-decoration:underline;
}
	


.sidebar {
	font-family:Verdana,Helvetica,Arial,FreeSans,sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	line-height:12px;
	list-style-image:url(../images/architecture/bullet.gif);
	
}


 
.h1, h1 {
	font-family: Verdana,Helvetica,Arial,FreeSans,sans-serif;
	font-size:16px;
	color: #A6D102;
	font-weight: bold;
}

.h2, h2 {
	font-family:Verdana,Helvetica,Arial,FreeSans,sans-serif;
	font-size:14px;
	color: #F77000;
	font-weight: bold;
}



.h3, h3 {
	font-family:Verdana,Helvetica,Arial,FreeSans,sans-serif;
	font-size:12px;
	color: #F77000;
	font-weight: bold;
}

.orangetext {
	font-family:Verdana,Helvetica,Arial,FreeSans,sans-serif;
	color: #F77000;
}

.footer {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration:none;
	padding:2px;
	}

a.footer, a.footer:visited {
	color: #A6D102;
}

a.footer:hover {
	color: #F77000;
	text-decoration:underline;
}

