/* 3DSoftware.css
 * Copyright (C) 2010, by 3D Software, P.O. Box 221190, Sacramento CA 95822 USA.
 * All rights reserved.
 * 3DSoftware.com
 */

body {
	font-family: Arial, Helvetica, san-serif;
	font-size: small;
	background-color: White;
	color: Black;
}

a:link { color: Blue; }
a:active { color: Blue; }
a:visited { color: Blue; }

table {
	/* none (default), dotted, dashed, solid, double, groove, ridge, inset, outset */
	border: none;
}
tr {
	text-align: left;
	vertical-align: top;
}
td {
	text-align: left;
	vertical-align: top;
}

h1 {
	margin: 0 0 0.5em;
	font: 600 180% Arial, Helvetica, san-serif;
	color: #404040;
}
h2 {
	margin: 0 0 0.5em;
	font: 600 160% Arial, Helvetica, san-serif;
	color: #404040;
}
h3 {
	margin: 0 0 0.5em;
	font: 600 140% Arial, Helvetica, san-serif;
	color: #404040;
}
h4 {
	margin: 0 0 0.5em;
	font-size: 135%;
	font-weight: bold;
	color: #404040;
}
h5 {
	margin: 0 0 0.5em;
	font-size: 125%;
	color: #404040;
}
h6 {
	margin: 0 0 0.5em;
	font-size: 115%;
	color: #404040;
}

img {
	border: 0;
	border-width: 0;
}


#header {
	text-align: right;
	color: #0000d2;
	/* Tahoma */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#trailer1 {
	text-align: center;
	background-color: #cccccc;
	color: #404040;
	/* Tahoma */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#trailer2 {
	text-align: center;
	color: #303030;
	/* Helv */
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
}

.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}

.borderBox {
	border: double #c0c0c0;
	padding: 7px 10px 10px 10px;
	margin: 16px 0 10px 10px; /* top right bottom left */
}
.borderBoxVerdana {
	border: double #c0c0c0;
	padding: 10px;
	margin: 16px 0 10px 10px; /* top right bottom left */
	/* Verdana */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.lineCenter {
	text-align: center;
	vertical-align: middle;
	margin: 5px 0 6px 0; /* top right bottom left */
}


.width600 { width: 600px; }
.width625 { width: 625px; }

.sidebar { float: right; }
.sidebarCenter { float: right; text-align: center; }
.sidebar190 { float: right; width: 190px; }
.sidebar210 { float: right; width: 210px; }
.sidebar225 { float: right; width: 225px; }

.center490in600 {
	width: 490px;
	margin: 0 55px 0 55px; /* top right bottom left */
}
.right490center600 {
	text-align: right;
	width: 490px;
	margin: 0 55px 0 55px; /* top right bottom left */
}
.center470in625 {
	width: 470px;
	margin: 0 77px 0 78px; /* top right bottom left */
}
.center490in625 {
	width: 490px;
	margin: 0 67px 0 68px; /* top right bottom left */
}
.center525in625 {
	width: 525px;
	margin: 0 50px 0 50px; /* top right bottom left */
}

.references p {
	margin: 0 0 0 60px; /* top right bottom left */
	text-indent: -60px;
	padding-bottom: 12px;
}

