body{
	font-family: Verdana,sans-serif;
	color: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: 400;
	color: #000000;
	margin-top: 30px;
	text-shadow: 1px 1px 1px #fff;
}


a {
    color: #0088cc;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

a:hover {
  color: #005580;
  text-decoration: none;
}

aside a {
  color: #9cbc20; /* 0088cc */;
  text-decoration: none;
}

aside a:hover {
  color: #0088cc /* 005580 */;
  text-decoration: none;
}

p {
  margin: 0 0 15px;
}

table{
	width: 100%;
}

table tr th{
	background-image: url('../images/table.header.png');
	color: #030303;
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 46px;
	padding: 0px;
	text-transform: uppercase;
}
table tr{
	border-top: 1px dotted #b2b2b2;
}
table tr:first-child{
	border-top: none;
}
table tr td{
	font-family: Verdana,sans-serif;
	height: 38px;
	color: #000000;
}
table tr td a{
	font-family: Verdana,sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
}
blockquote {
    border-left: 5px solid #dddddd;
	color: #454545;
	font-style: italic;
}
address{
	font-style: italic;
}
address,
abbr{
	color: #2d2d2d;
}
cite:before{
	content: '- ';
}
cite:after{
	content: ' -';
}

.dark{
	background-color: #2d2d2d;
	background-image: url('../images/pattern.dark.png');
	border-top: 1px solid #010101;
	border-bottom: 1px solid #232323;
}
.dark a{
	color: #93d2ff;
}
.dark a:hover{
	text-decoration: underline;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6{
	color: #ffffff;
	text-shadow: 1px 1px 1px #000;
}

.text-white{
	color: #ffffff;
}
div.mythemes-notify + header div.blue-line{
	border-top: none;
}
.mythemes-notify{
	background: #047fe3;
}
.mythemes-notify a,
.mythemes-notify h1,
.mythemes-notify strong,
.mythemes-notify small{
	color: #ffffff;
}
.adds-left-side{
	float: left;
	width: 480px;
	text-align: left;
}
.adds-left-side a{
	text-decoration: none;
}
.adds-left-side h1{
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.adds-right-side{
	float: right;
	width: 480px;
	text-align: right;
}
.adds-right-side strong{
	display: block;
	float: right;
	clear: both;
	font-size: 48px;
	text-transform: uppercase;
	line-height: 64px;
}
.adds-right-side small{
	float: right;
	display: block;
	color: rgba( 255, 255, 255, 0.5 );
}
.adds-right-side small a{
	color: rgba( 255, 255, 255, 0.6 );	
}

.adds-right-side h1{
	font-size: 30px;

}