@charset "utf-8";
/* CSS Document */

/* Type Reset */
h1{font-size:30px;font-weight:bold;}
h2{font-size:28px;font-weight:bold;}
h3{font-size:22px;font-weight:bold;}
h4{font-size:18px;font-weight:bold;}
h5{font-size:16px;font-weight:bold;}
h6{font-size:14px;font-weight:bold;}

p{line-height:1.75em;}

/* Type/Font/Text styles */
.t12 {font-size:12px;}
.t14 {font-size:14px;}
.t16 {font-size:16px;}
.t18 {font-size:18px;}
.t20 {font-size:20px;}
.t22 {font-size:22px;}
.t24 {font-size:24px;}
.t26 {font-size:26px;}
.t28 {font-size:28px;}
.t30 {font-size:30px;}

.normal {font-weight:normal;}
.bold {font-weight:bold;}
.underline {text-decoration:underline;}
.border-underline {border-bottom:solid .15em #ddd;}
.italic {font-style:italic;}
.center {text-align:center;}

/* Line Height */
.lh175 {line-height:1.75em;}
.lh2 {line-height:2em;}

/* Colors */
.type-lightblue {color:#3E8ABE;}
.type-skyblue {color:#7bc9ff}
.type-grey {color:#333;}
.type-midgrey {color:#666666;}
.type-lightgrey {color:#999999;}

/* blockquote*/
.blockquote1 {
text-align:center;
font-size:15px;
font-style:italic;
}

/* List */

/* List Default to browser Settings */

ul.default,ol.default {padding-left:3em; margin:auto;}
	ul.default {list-style-type:disc;}
	ol.default {list-style-type:decimal;}
ul.default li,ol.default li{
	padding:auto;
	margin:auto;
	margin-bottom:1em;
}

ul.inline,ol.inline {list-style-type:none; padding:0; margin:0;}
ul.inline li,ol.inline li{display:inline; padding:0; margin:0;}

ul.stacked,ol.stacked {list-style-type:none; padding:0; margin-bottom:1em;}
ul.stacked li,ol.stacked li{padding:0; margin:0;}



/* Element Positioning */

.clear-margin{margin:0;}
.margin-center {margin:0 auto;}
.float-left{float:left;}
.float-right{float:right;}
.float-contain {overflow:hidden;height:1%;}
.clear {clear:both;}

/* Table */

table.tablestyle1 {}
table.tablestyle1 tr{}
table.tablestyle1 td{
padding:10px;
background-color:#eee;
border:solid 1px #ddd;
}



#licenseeformat {}
#licenseeformat h1{font-size:30px;}
#licenseeformat h2{font-size:25px;color:#3E8ABE;}
#licenseeformat h3{font-size:18px;}
#licenseeformat h4{font-size:15px;}



