
/* Default Content Styling */

body, html {
	text-align: left;
	font-family: Helvetica,Verdana,Arial,sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #dddddd;
	background: #000000;
}
td {
	text-align: left;
	font-family: Helvetica,Verdana,Arial,sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #dddddd;
}
ul {
	padding-left: 30px;
}

h1 {
	font-size: 16px;
	line-height: 20px;
}
h2 {
	font-size: 15px;
	line-height: 19px;
}
h3 {
	font-size: 14px;
	line-height: 18px;
}

h4, h5, h6 {
	font-size: 14px;
	line-height: 16px;
}

/*  Custom Content Classes */


.a_no_decor, .a_no_decor a {
	text-decoration: none;
}

.a_silver, .a_silver a, a_silve:visited, .a_silver a:visited {
	text-decoration: none !important;
	color: #dddddd !important;
}

.img_border {
	border: solid 1px #aaaaaa;
	margin: 5px;
	padding: 1px;
}

.img_margin {
	margin: 5px;
	padding: 1px;
}

