/* CSS Document */
html {}

body{
	margin:0;
	padding:0;
	
	background-color:#000;
}
td
{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#FFF;
}

img {
	border:0px;
}

#content {
	background-color:#000;
	background-image:url(../images/header_arc_fix.jpg);
	background-repeat:no-repeat;
}

#wrapper {
	border-left:#666 1px solid;
	border-right:#666 1px solid;
	border-bottom:#666 1px solid;
	padding-bottom:1em;
	margin:0 auto;
	width:780px;
}

.title {
	clear:both;
	font-size:12pt;
	font-weight:bold;
}

.subtitle {
	clear:both;
	font-size:12pt;
	font-weight:bold;
}

.al {
	width:100%;
	text-align:left;
}

.liHeading
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#FFF;
}

li .type {
	font-size:12pt;
	font-style:italic;
}

#developed {
	margin:0em auto;
	width:780px;
	
	text-align:right;
	font-family:Verdana, sans-serif;
	font-size:8pt;
	color:#CCC;
	font-size:10px;
}

#developed a {
	color:#CCC;
	text-decoration:none;
	font-size:10px;
}

#developed a:Hover {
	font-size:10px;
	color:#FFF;
}

	a
	{
		color:#494a7a;
	} 
	
	.img
	{
		border:solid 1px #ffffff;
	}

