/*

 *	base.css

 *

 *	This file defines the basic styles for the site.

 *	The main content should use these styles except

 *	in special cases.

 *	In other words, this file should style the elements as they should

 *	look in the main content area.

 */





/*

 *	Required style defs

 */



table.helpT
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 100%;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px; }

td.helpHed
{ border-bottom: 2px solid #BEC8D1;
border-left: 1px solid #BEC8D1;
background-color: #6699CC;
text-align: left;

font-family: Verdana;
font-weight: bold;
font-size: 13px;
color: #404040;
height: 30px;
padding-top: 25px;
padding-bottom: 25px;
padding-left: 3px;
padding-right: 3px;
}



td.helpContent
{ border-bottom: 2px solid #BEC8D1;
border-left: 1px solid #BEC8D1;
background-color:#E3E4FA;
text-align: left;

font-family: Verdana;

font-size: 11px;
color: #404040;
height: 30px;

padding-top: 10px;
padding-bottom: 10px;
padding-left: 3px;
padding-right: 3px;

}

td.helpContent2
{ border-bottom: 2px solid #BEC8D1;
border-left: 1px solid #BEC8D1;
background-color:#B4CFEC;
text-align: left;

font-family: Verdana;

font-size: 11px;
color: #404040;
height: 30px;

padding-top: 10px;
padding-bottom: 10px;
padding-left: 3px;
padding-right: 3px;

}

td.helpBod
{ border-bottom: 1px solid #9CF;
border-top: 0px;
border-left: 1px solid #9CF;
border-right: 0px;
text-align: left;
text-indent: 10px;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #fafafa; }

table.sofT
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 100%;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px; } 

/*

dd

h4

h5

h6

...

 */


