/* CSS Document */

/* Navigation */
a:link { color: #666666; font-weight: bold; text-decoration: none }
a:visited { color: #666666; font-weight: bold; text-decoration: none }
a:hover { color: #000000; font-weight: bold; text-decoration: none } 

a.topnav:link { font-size: 13.5px; font-weight: bold; color: #666666; text-decoration: none }
a.topnav:visited { font-size: 13.5px; font-weight: bold; color: #666666; text-decoration: none }
a.topnav:hover { font-size: 13.5px; font-weight: bold; color: #000000; text-decoration: none } 

a.topnav-active:link { font-size: 13.5px; font-weight: bold; color: #000000; text-decoration: none}
a.topnav-active:visited { font-size: 13.5px; font-weight: bold; color: #000000; text-decoration: none }
a.topnav-active:hover { font-size: 13.5px; font-weight: bold; color: #000000; text-decoration: none } 

a.mainnav:link { font-size: 22px; font-weight: normal; color: #666666; text-decoration: none }
a.mainnav:visited { font-size: 22px; font-weight: normal; color: #666666; text-decoration: none }
a.mainnav:hover { font-size: 22px; font-weight: normal; color: #000000; text-decoration: none } 

a.mainnav-active:link { font-size: 22px; font-weight: normal; color: #000000; text-decoration: none}
a.mainnav-active:visited { font-size: 22px; font-weight: normal; color: #000000; text-decoration: none }
a.mainnav-active:hover { font-size: 22px; font-weight: normal; color: #000000; text-decoration: none } 

a.pricenav:link { font-size: 20px; font-weight: bold; color: #666666; text-decoration: underline }
a.pricenav:visited { font-size: 20px; font-weight: bold; color: #666666; text-decoration: underline }
a.pricenav:hover { font-size: 20px; font-weight: bold; color: #000000; text-decoration: underline } 

a:active { 
    border: none;
    outline: none;
}

body { 
	background-color: #FFFFFF; 
}

img {
	border: none;
}

/* Table & Layout Variations */
td {
	font-family: Arial; 
	font-size: 14px;
	line-height: 135%;
	color: #666666;
} 
.tdnav {
	font-family: Arial;
	color: #666666;
	text-align: right;
	vertical-align: top;
}
.tdfooter {
	font-size: 10px;
	color: #5A5C5E;
	padding-top: 15px;
}
.tdcontent {
	width: 593px;
	vertical-align: top;
	text-align: left;
	padding: 30px 0 0 0;
}
.td-pagetitle {
	width: 350px;
	vertical-align: top;
	text-align: left;
	padding: 30px 0 0 0;
	font-size: 36px;
	font-weight: bold;
}
.td-caption {
	font-size: 11px;
	font-style: italic;
	height: 20px;
	text-align: center;
	width: 150px;
}
.td-proofimage {
	height: 150px;
	text-align: center;
	width: 150px;
}
.img-about {
	padding-left: 15px;
	padding-bottom: 10px;
}

/* Form Variations */  
.button {
    font-family: Arial;
    font-size: 14px;
    border-color: #000000;
    background-color: #F0F0F0;
	border: #A8A9AB 1px solid;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.textbox {
    font-family: Arial;
    font-size: 14px;
	padding: 2px;
	background: #fff url('../images/input_bg.gif') repeat-x 0 1px;
	border: #A8A9AB 1px solid;
}

/* Font Variations */
.bigtext {
	font-size: 18px;
}
.copyright {
	font-size: 12px;
}

/* Simple Viewer */
#flashcontent {
	height: 100%;
}