
*{margin: 0; padding: 0;}
#wrap {	margin: auto; width:960px; text-align: left; min-height:900px; background-color:#fff; }

/* BLOCK ELEMENTS */
html { display:block; height: 100%; min-height: 100%; }
div, map, dt, form { display:block; }
body { display:block;  height: 100%; min-height: 100%; line-height:13px;
			 font-family: Arial, Helvetica, sans-serif; font-size:11px; color:#fff;}
p, dl { display:block;}
dd { display:block; margin-left:40px; }
address { display:block; font-style:italic; }
blockquote { display:block; margin:1em 40px; }

h1 /* Page Subtitle */ { display:block; font-size:12px; font-weight:bold; color:#fff; padding:5px 0 20px 0; }
h2 /* Page Subtitle2 */ { display:block; font-size:12px; font-weight:bold; color:#8dc63f; padding:5px 0 20px 0; }
h3 /* Page Subtitle3 */ { display:block; font-size:70px; color:#8dc63f; padding:100px 0 40px 0; line-height:70px; }
												
.trademarktext { display:block; font-size:11px; line-height:11px; color:#848484; padding:13px 0 0 5px; }
.formtext  { display:block; font-size:11px; line-height:18px; color:#fff; float:left;}
.formtitletext  { display:block; font-size:16px; line-height:16px; color:#cbcbcb; padding:0 0 10px 0px; }
.greytext  { display:block; font-size:12px; line-height:16px; color:#cbcbcb;}
.greytext2  { display:block; font-size:14px; line-height:14px; color:#cbcbcb; padding:10px 0 10px 0;}
.greentext  { display:block; font-size:12px; line-height:16px; color:#8dc63f;}


pre{ display:block; font-family:monospace; white-space:pre; margin:1em 0; }
hr { display:block; height:2px; border:1px; margin:0.5em auto 0.5em auto; }
img { border: 0; }

/* TABLE ELEMENTS */
table { border-spacing:2px; border-collapse:separate;
margin-top:0; margin-bottom:0; text-indent:0; }
caption { text-align:center; }
td { padding:1px; }
th { font-weight:bold; padding:1px; }
tbody, thead, tfoot { vertical-align:middle; }

/* INLINE ELEMENTS */
strong { font-weight:bold; }
cite, em, var, dfn { font-style:italic; }
code, kbd, samp { font-family:monospace; }
ins { text-decoration:underline; }
del { text-decoration:line-through; }
sub { vertical-align:-0.25em; font-size:smaller; line-height:normal; }
sup { vertical-align: 0.5em; font-size:smaller; line-height:normal; }
abbr[title], acronym[title] { border-bottom:dotted 1px; }

/* LIST ELEMENTS */
ul { list-style-type:disc; margin:1em 0; margin-left:40px; padding-left:0;}
ol { list-style-type:decimal; margin:1em 0; margin-left:40px; padding-left:0;}
/* remove top & bottom margins for nested lists */
ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl
{ margin-top:0; margin-bottom:0; }
/* use circle when ul nested 2 deep */
ol ul, ul ul { list-style-type:circle; }
/* use square when ul nested 3 deep */
ol ol ul, ol ul ul, ul ol ul, ul ul ul { list-style-type:square; }

/* LINKS */
a, a:link, a:visited {	color: #cbcbcb;	text-decoration:none ;}
a:hover {	text-decoration: underline; color:#cbcbcb ; }
h6 a, h6 a:link, h6 a:visited, h6 a:hover{ color: #fff; }

a.more_link, a:visited.more_link{ color:#507dc8; float:right;}
a:active.more_link, a:hover.more_link{text-decoration:underline;}
 
