/* Brands and Jingles CSS */


@charset "utf-8";

body {
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #E6E6E6;
	background-color: #121212;
/*	text-align: center; */
}


.background {
	background-color: #121212;
}

a {
	color: #E6E6E6;
}

a:visited {
	color: #E6E6E6;
}

a:hover {
	color: #99C9FF;
}

img {
	border: none;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 15px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

p {
	font-size: 14px;
	font-weight: normal;
}

table {
	font-size: 14px;
	font-weight: normal;
}

#top-menu {
	color: #E6E6E6;
}
#top-menu a {
	color: #E6E6E6;
}
#top-menu a:hover {
	color: #E6E6E6;
}
#top-menu a:visited {
	color: #E6E6E6;
}


/* WordPress Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color: #232323;
}
/* End captions & aligment */
