/* LINK BOX */
/* Linkbox is used for everything */

/* Box body */
.link_box{
	margin: 0px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.link_box .top{
	width: 210px;
	height: 10px;
	clear: both;
	line-height: 0px;
	font-size: 0px;
}
.link_box .bottom{
	width: 210px;
	height: 10px;
	clear: both;
	line-height: 0px;
	font-size: 0px;
}
.link_box ul{
	padding: 0px;
	margin: 0px;
	list-style: none outside;
}
.link_box ul li{
	padding: 0px 10px;
	margin: 0px;
	width: 190px;
	overflow: hidden;
}
.link_box a, .link_box a, .link_box a{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.link_box a:hover{
	text-decoration: underline;
}
.link_box h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-transform: uppercase;
}
.link_box h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.link_box p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	line-height: 12px;
}
.link_box img{
	margin: 0px;
	padding: 0px;
}
.link_box form{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.link_box form input{
	margin: 5px 0px 5px 0px;
	padding: 0px;
	clear: both;
	padding: 2px 0px 2px 2px;
	width: 100%;
	border: 1px solid black;
}




/* Green */
.green{
	background: #83bb55;
}
.green .top{
	background: url(../images/linkbox/green_top.gif) top center no-repeat;
}
.green .bottom{
	background: url(../images/linkbox/green_bottom.gif) top center no-repeat;
}
.green a:link, .green a:visited, .green a:active{
	color: black;
	text-decoration: none;
}
.green a:hover{
	color: black;
}
.green h1{
	color: white;
}
.green h2{
	color: black;
}
.green p{
	color: black;
}

/* Light green */
.lightgreen{
	background: #c8dfae;
}
.lightgreen .top{
	background: url(../images/linkbox/lightgreen_top.gif) top center no-repeat;
}
.lightgreen .bottom{
	background: url(../images/linkbox/lightgreen_bottom.gif) top center no-repeat;
}
.lightgreen a:link, .lightgreen a:visited, .lightgreen a:active{
	color: black;
	text-decoration: none;
}
.lightgreen a:hover{
	color: black;
}
.lightgreen h1{
	color: white;
}
.lightgreen h2{
	color: black;
}
.lightgreen p{
	color: black;
}

/* Blue */
.blue{
	background: #004e98;
}
.blue .top{
	background: url(../images/linkbox/blue_top.gif) top center no-repeat;
}
.blue .bottom{
	background: url(../images/linkbox/blue_bottom.gif) top center no-repeat;
}
.blue a:link, .blue a:visited, .blue a:active{
	color: white;
	text-decoration: none;
}
.blue a:hover{
	color: white;
}
.blue h1{
	color: white;
}
.blue h2{
	color: white;
}
.blue p{
	color: white;
}

/* Black */
.black{
	background: black;
}
.black .top{
	background: url(../images/linkbox/black_top.gif) top center no-repeat;
}
.black .bottom{
	background: url(../images/linkbox/black_bottom.gif) top center no-repeat;
}
.black a:link, .black a:visited, .black a:active{
	color: white;
	text-decoration: none;
}
.black a:hover{
	color: white;
}
.black h1{
	color: white;
}
.black h2{
	color: white;
}
.black p{
	color: white;
}