body{
margin:0px;
font-size:14px;
color:#303030;
background-color:ivory;
font-family:'Droid Sans',Verdana,sans-serif;
}

#page{}
#main{}

#header{
position:relative;
height:160px;
}

#header img{
display:block;
margin:0px auto;
border:0;
}

#content{
position:relative;
width:100%;
max-width:1024px;
height:auto;
margin:0px auto;
}

#cnv{
padding:10px 0px 10px 0px;
}

#gadr{
float:right;
width:300px;
text-align:center;
margin:20px 0px 10px 50px;
}

.contentText{
text-align:justify;
padding:10px;
}

.contentBorder{padding:5px 5% 15px 5%;}

.socialcontainer{width:100%; height:20px; overflow:hidden;}
.social{vertical-align:top; float:right;}
.social2{width:100px; float:right; margin-left:30px;}

.fullwidth{
width:100%;
height:20px;
}

#qboxm{display:none;padding:0px;margin:0px;}
#qbox{display:block;padding:0px;margin:0px;}

.title{
font-weight:bold;
text-decoration:none;
}

.text{font-size:14px;}

ol{
margin:0px;
padding:0px;
list-style-type:none;
}
	
li{line-height:160%;}
.li{}

p{
line-height:160%;
padding-bottom:10px;
}

p.small{line-height:50%;}

sup{font-size:8px;}

h1{
font-weight:bold;
font-size:22px;
padding:1.0em 0 1.0em 0;
}

h2{
font-weight:bold;
font-size:18px;
padding:2.0em 0 1.0em 0;
}

.tablink{
display:inline-block;
background-color:#606060;
height:20px;
padding:10px;
color:white;
box-shadow:2px 2px grey;
border-radius:3px;
margin:6px 4px;
font-weight:bold;
text-decoration:none;
}

.tablink:hover{color:#0000CC;background-color:#dadada;}

.tablink2{
display:inline-block;
background-color:#dadada;
height:20px;
padding:10px;
box-shadow:2px 2px grey;
border-radius:3px;
margin:6px 4px;
font-weight:bold;
text-decoration:none;
}

/* Basic Table Styles */

caption {font-size:1.7em; color:#F06; text-align:left;}
table {margin:10px 0px; padding:0; border:0px; border-collapse:collapse; width:100%;}
td, th {padding:10px 4px; border:0px; border-bottom:1px solid #EEE;}
td + td {border-left:1px solid #FAFAFA;}
td + td + td {border-left:none;}
td a {color:#444; text-decoration:none; text-align:right;}
td a, th a {display:block; width:100%;}
td a:hover {background:#444; color:#FFF;}
tfoot th {text-align:center;}
th {text-align:center;}
th + th {}
th + th + th {}
th a {text-decoration:none; font-size:1.1em;}
th a:visited {}
th a:hover {text-decoration:underline;}
thead tr, tfoot tr {color:#555;}
tr {background:url('/images/rowbg.png') repeat-x #F8F8F8;}
tr:hover {background:ivory;}

/* end Basic Table Styles */

.tabq{
margin:10px auto;
padding:20px;
border:0px solid #A0A0A0;
border-collapse:collapse;
}

.tabq tr{background-image:none;background-color:ivory;}
.tabqb tr{background:url('/images/rowbg.png') repeat-x #F8F8F8;}
.tabqb tr:hover{background-image:none;background-color:ivory;}

.tdbold{font-weight:bold;}
.td80{width:80px;}
.tdbk{background-color:#ccccff;}
.tdw1{width:55px;}
.tdw2{width:125px;}
.tdw3{width:60px;}
.tdw4{width:80px;}

.tabim3{margin:10px 10px;width:initial;}

.tabim4{
margin:10px auto;
border-width:0px;
border-spacing:30px;
}


.tdbord{
font-size:20px;
line-height:140%;
text-align:left;
color:#333333;
vertical-align:middle;
border:0px;
}

.tdnobo{
font-size:20px;
line-height:140%;
text-align:left;
color:#333333;
vertical-align:middle;
border-width:0px;
border-style:solid;
border-color:#000000;
}

.fl5, .fl3, .fl2{
display:flex;
flex-wrap:wrap;
justify-content:center;
}

.inputbox{
color:#303030;
font-size:40px;
height:56px;
width:220px;
padding:6px 8px;
text-align:right;
border:2px solid #9999ff;
border-radius:3px;
}

legend {
font-weight:bold;
font-size:16px;
}
	
.floatLeft{float:left;}
.acen{text-align:center;}
.clr{clear:right;}
.dc{text-align:center;}

.sup{
vertical-align:super;
font-size:0.5em;
}