a:link {
	color: #002d62;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
  color: #002d62;
  text-decoration: none;
  font-weight: bold;
  
}

a:hover {
	text-decoration: underline;
	 color: #7e7e7e;
	 font-weight: bold;
}

a:active {
	color: #002d62;
	font-weight: bold;
	text-decoration: none;
}

.body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #A1A1A1;
}

.smallbody{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #888888;
}

.smallbody2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #888888;
}




.title {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #656565;
}


.name {
	font-family: arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #656565;
}

h1 {
	background:transparent no-repeat left top; 
	color:transparent; 
	float:left; 
	height:100px; 
	width:270px;
	margin:0 0 0 0; 
	text-indent:-1000em;
	cursor:pointer;
}

	
h2 {
	background:transparent no-repeat left top; 
	color:transparent; 
	float:left; 
	height:95px; 
	width:320px;
	margin:0 0 0 0; 
	text-indent:-1000em;
}

ul {
	margin-left:0;
    list-style-type:none;
	padding-left:0;
}

li {
    padding-left:15px;
    background:transparent url(images/misc/bullet.gif) no-repeat;
    background-position:0 6px;
	padding-bottom:1em;
}

#myAlternativeContent {
	display:none;
}

