/**
 * TYPOGRAPHY CSS FILE 
 * @COMPANY		SUPERBREAK
 * @TYPE		GLOBAL
 
 */
 

/* global
----------------------------------------------------*/
/* (5) used to make sure that the font-size doesn't get ridiculously small in IE when resizing */
* html { font-size: 100%; }

body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.8em;
}

/* (5) setup correct font-sizes to tables in stupid IE 5.x PC */
* html tr,
* html th,
* html td { 
	font-size: 0.82em; 
	fo\nt-size: 1em; 
}

#innerContentWrap input,
#innerContentWrap select,
#innerContentWrap textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

option,
optgroup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
} 

#innerContentWrap {
	font-size: 0.85em;
}

#innerContentWrap a {
	color: #0078b4;
	text-decoration: underline;
}

/* use to make the h element appear same size as surrounding text */
.inlineH {
	font-size: 1em;
}

/* introduction
----------------------------------------------------*/
#intro h1 {
	font-size: 1.4em;
	font-weight: bold;
}
#intro a {
	text-decoration: none;
}

/* user msg
----------------------------------------------------*/
#userMsg h1 {
	font-size: 1.6em;
	font-weight: bold;
}

/* box styles
---------------------------------------------------*/

.boxStyle1 h2,
.boxStyle2 h2,
.boxStyleFeature h2 {
	text-align: center;
}

.boxStyle1 h2,
.boxStyle2 h2,
.boxStyleFeature h2,
.boxStyle1 h3,
.boxStyle2 h3 {
	font-size: 1.15em;
	line-height: 1.4;
}


.boxstyleList h2
{
	font-size: 1em;
	line-height: 1.4;
}
.boxStyleFeature h2 span.subhead {
	font-size: 0.8em;
	font-style: italic;
}

/* common font styles
----------------------------------------------------*/
p.link {
	text-align: center;
	font-weight: bold;
}

.price {
	font-weight: bold
}

/* info list
----------------------------------------------------*/
dl.infoList dt {
	font-weight: bold;
}

.expandList li.expand,
.expandList a.selLoc {
	font-weight: bold;
}

.expandList li {
	font-weight: normal;
}

.disclaimer {
   margin:1em 0em 1em 0em;
   font-size:0.8em;
}