body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #71828A;
}

a:link {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}

.border {
	border: 1px solid #C0C0C5;
}
.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
    line-height:16px;
}

b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: bold;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
    margin-top: 1px;
    margin-bottom: 1px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
    margin-top: 1px;
    margin-bottom: 1px;
}

.requiredfields { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #FF0000; }

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000099;
    height: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #ebebeb;
}
.topNavBorder {
	border-top-style: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a8a8a8;
	border-left-color: #a8a8a8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #51595E;
}

.largeTxt {
	font-size: 13px;
}

.pad {
	padding: 6px;
}

.rBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #FFFFFF;
}
.DEK          { POSITION:absolute; VISIBILITY:hidden; Z-INDEX:200; font-weight: 750 }

a.hints               { position: relative; z-index: 24; color: #000000; background-color: #fffff; border: 0px; text-decoration: none; }
a.hints:hover         { z-index:25; color: #000000; text-decoration: underline; background-color: #ffffff;}
a.hints span          { display: none; }
a.hints:hover span    { display: block; position:absolute; top: 2em; left: 2em; width:10em; border:1px solid #000000; background-color:#ffffff; color:#000000; text-align: left; padding: 3; font-size: .8em; text-indent: 0px; text-decoration: none; }

 .TLinput     { font: 11px Verdana,Geneva,sans-serif; color: #000000; background-color: white; border-color: #FFFFFF; border: 1px groove #000000; height=17px}
 .TLselect    { font: 11px Verdana,Geneva,sans-serif; color: #000000; background-color: white; border-color: #FFFFFF; border: 1px groove #000000; height=16px}
 .TLtextarea  { font: 9px Verdana,Geneva,sans-serif; color: #000000; background-color: white; border-color: #FFFFFF; border: 1px groove #000000; height=36px}
 .TLTitle1    { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: bold; color: black }
 .TLTitle2    { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: black }
 .TLTitle3    { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: black }
 .TLSmallText { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 6pt; font-weight: bold; color: black }
 .TLtd        { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 6.5pt; font-weight: bold; color: black }
 input        { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; }
 .SmallText	  { font-family: Arial; font-size: 8pt; color: #000000 }
 
.pagelink:link        { font-family: Arial,Helvetica,sans-serif; font-size: 13px; color: #000000; font-weight: bold; text-decoration: none }
.pagelink:visited     { font-family: Arial,Helvetica,sans-serif; font-size: 13px; color: #000000; font-weight: bold; text-decoration: none }
.pagelink:hover       { font-family: Arial,Helvetica,sans-serif; font-size: 13px; color: #808080; font-weight: bold; text-decoration: none }


/* SMG Standard buttons  */

input[type=button],input[type=submit] {
        font-family: Verdana, verdana,arial, Helvetica, sans-serif;
        font-size: 8pt;
        font-color: black;
        text-decoration: none;
        padding: 2px 10px 3px;
        display: inline;
        background: #FFF url(/images/button.png) repeat-x bottom;
        border: solid;
        border-color: #999;
        border-width: 1px;
        cursor: pointer;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        box-shadow: 1px 1px 1px 0px rgba(5,5,5,.1);
        height: 25px;
        background-color: #fbfbfb;
        -moz-outline:0 none;
        outline:0 none;
        color: #000;
}

input[type=button]:hover,input[type=submit]:hover {
        font-family: Verdana, verdana,arial, Helvetica, sans-serif;
        font-size: 8pt;
        font-color: black;
        padding: 2px 10px 3px;
        display: inline;
        background: #FFF url(/images/button.png) repeat-x bottom;
        border: solid;
        border-color: #999;
        border-width: 1px;
        cursor: pointer;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        box-shadow: 0px 0px 1px 1px rgba(5,5,5,.1);
        height: 25px;
        background-color: #fbfbfb;
        color: #000;
}

/* End of SMG Standard buttons  */