/* CSS Document */

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.footer {
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    font-size: .825em;
}

.col-lg-12 {
    display: none;
}

.col-sm-pull-6 {
    float: left;
    text-align: left;
}

.col-sm-push-6 {
    float: right;
    text-align: right;
}
.col-sm-push-6 a {
    font-size: 1em;
    font-weight: normal;
}


.col-sm-6 {
    width: 50%;
}
 

.bold {
    font-weight: bold
}
.clearfix {clear:both;}

.linklist {
	font-weight: normal;
	text-align: left;
	margin: 10px 5px 5px 0;
	padding: 0 0 0 15px;
}
.linklist li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px 0px 10px;
}
.linklist ul.linklist {
	padding-left: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.hidden	{
	position:absolute;
 	left:0px;
 	top:-1000px;
 	width:1px;
 	height:1px;
 	overflow:hidden;
}
a:link, a:visited {
  color: #333399;
  text-decoration: underline;
  font-weight: bold; }

a:link:hover, a:visited:hover {
  color: #cc6600;
  text-decoration: underline;
  font-weight: bold; }