BODY {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#07397C;
	background-color:#FFFFFF;
	margin:0px;
	overflow:hidden;
	/* Scrollbars are only affected in IE */
	scrollbar-face-color:#E5E5E5;
	scrollbar-highlight-color:#E5E5E5;
	scrollbar-3dlight-color:#E5E5E5;
	scrollbar-arrow-color:#666666;
	scrollbar-darkshadow-color:#E5E5E5;
	scrollbar-shadow-color:#E5E5E5;
	scrollbar-track-color:#F2F2F2;
}

SUP {
	font-size:9px;
	line-height:normal;
	text-decoration:none;
	vertical-align:text-top;
}

P {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	text-align:justify;
	text-indent:25px;
	margin-bottom:10px;	/*decrease leading between paragraphs*/
	margin-top:0px;		/*decrease leading between paragraphs*/
}
P.noindent {
	text-indent:0px;
}
P.nojustify {
	text-align:left;
	text-indent:0px;
}

TABLE.main_text {
	margin-top:130px;
	margin-left:100px;
}
TABLE.main_text DIV.scroller {
	width:375px;
	height:235px;
	overflow:auto;
	padding-right:15px;
}

TEXTAREA {
	resize:none;	/*need this in Safari*/
}

#martech_bullet {
	margin-left:7px;
	margin-top:9px;
	vertical-align:-1px;
	vertical-align:-3px;
}


.reg {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#07397C;	/* re-specify color for A tags in Firefox */
	text-decoration:none;
}
A.reg:hover {
	text-decoration:underline;
}

.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

.red {
	color:#CC0033;
}

.link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:bold;
	color:#07397C;
	color:#456a9d; /*to balance the impact of bold 8px type*/
	word-spacing:0.1em;
	letter-spacing:0.1em;
	text-decoration:none;
}
A.link:hover {
	text-decoration:underline;
}

/*TEMP - grey-out links that are still under construction */
.dd_menu A.greylink,#links A.greylink,.greylink {
	color:#999999;
}

.redlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	color:#EB0057;
	color:#B7002E;	/*90% shade*/
	color:#A30029;	/*80% shade*/
	word-spacing:0.1em;
	letter-spacing:0.1em;
	text-decoration:none;
}
A.redlink:hover {
	text-decoration:underline;
}

.small {
	font-size:9px;
	text-decoration:none;
	color:#07397C;
}
A.small:hover {
	text-decoration:underline;
}


.field {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#07397C;
	background-color:white;
	border:solid #07397C 1px;
	margin:1px 5px;
	vertical-align:middle;
}
INPUT.field {	/*excludes textareas, which can have much greater height*/
	height:20px;
	outline:none;
}
INPUT.clickField {	/*checkboxes & radios*/
	vertical-align:middle;
	margin:1px 5px;
	outline:none;
}
SELECT {
	outline:none;
}
#submit1,#submit1_over,#submit1_down,#submit2,#submit2_over,#submit2_down {
	height:20px;
	background-color:#07397C;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	letter-spacing:0.1em;
	color:white;
	cursor:pointer; cursor:hand;
	vertical-align:middle;
	margin:1px 5px;
	outline:none;
}
#submit1_over,#submit1_down {
	background-color:#8099B3;
}
/*#submit1_down {
	color:#07397C;
}*/
#submit2 {
	background-color:#CC0033;
	outline:none;
}
#submit2_over,#submit2_down {
	background-color:#E68099;
}

/*Drop-down Menus*/

DIV.dd_menu {
	border-top:solid 1px black;
}
TD.dd_menu,TD.dd_menu_break,TD.dd_menu2,TD.dd_menu2_break {
	background-color:#E6EBF0;
	border-bottom:solid #07397C 1px;
}
TD.dd_menu,TD.dd_menu_break {
	padding:1px 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-variant:small-caps;
	font-weight:bold;
	border-left:solid #07397C 1px;
	/*cursor:pointer; cursor:hand;*/
}
TD.dd_menu2,TD.dd_menu2_break {
	border-right:solid #07397C 1px;
}
TD.dd_menu_break,TD.dd_menu2_break {
	border-top:solid #999999 1px;
}
TD.dd_menu A {
	color:#07397C;
	text-decoration:none;
	cursor:default;
	display:block;
	width:100%;
}
#menuUp,TD.dd_menu,TD.dd_menu_break,TD.dd_menu2,TD.dd_menu2_break{
	filter:alpha(opacity=85);	/* for IE */
	-moz-opacity:0.85;			/* for mozilla */
	opacity:0.85;				/* for safari */
	khtml-opacity:0.85			/* for konquerer and older safari */
}
#menuOver{
	background-color:white;
	filter:alpha(opacity=100);	/* for IE */
	-moz-opacity:1;				/* for mozilla */
	opacity:1;					/* for safari */
	khtml-opacity:1				/* for konquerer and older safari */
}

/*Search menu*/
#dd_search TD.dd_menu {
	color:white;
	background-color:#CC0033;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-variant:normal;
	font-weight:normal;
	border:none;
}
#dd_search #submit1 {
	color:#CC0033;
	background-color:white;
}
#dd_search TD.dd_menu A.small,#dd_search TD.dd_menu A.small:hover {
	color:white;
	text-decoration:none;
	cursor:pointer;
}
