/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 12px 0;
	font-size: 11px;
	display: none;
	display: block;

}

#p7TMctrl a:link {
	color: #333333;
}
#p7TMctrl a:visited {
	color: #333333;
}
#p7TMctrl a:hover {
	color: #000000;
}


/*Sets line-height of menuitems*/
#p7TMnav div {
	/*/*/line-height: 20px; /* */
}


/*Sets background color, border, and padding around the menu DIV*/
#p7TMnav {
	background-color: #003366;
	padding: 0px;
	border: 0px solid #FFFFFF;
}

/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to 12px establishing a cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 12px;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #FFFFFF;
	font-size: 11px;
	background-color: #003366;
	line-height: 15px;
	padding-top: 45px;
	padding-bottom: 5px;
	font-weight: bold;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/padding: 3 0 3 6px;
	display: block;
	background-color: #003366;
	color: #FFFFFF;
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	text-decoration: none; /* */
}
#p7TMnav div a:active {
	color: #FFFFFF;
}
#p7TMnav div a:visited {
	color: #FFFFFF;
}
#p7TMnav div a:hover {
	background-color: #333333;
	color: #FFFFFF;
	border: 0px solid #FFFFFF;
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	font-size: 11px;
	background-color: transparent;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #333;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #333;
	font-weight: normal;
}
#p7TMnav div div a:visited {
	color: #FFFFFF;
}
#p7TMnav div div a:hover {
	color: #FFFFFF;
	background-color: #003366;
	text-decoration: underline;
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	font-size: 11px;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image:    url(../p7tm/p7t_plus.gif);
	background-position: 8px 50%;
	padding: 0 0 0 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:    url(../p7tm/p7t_minus.gif);
	background-position: 8px 50%;
	padding: 0 0 0 20px !important;
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 0 0 0 20px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	margin: 0 0 0 0px;
	color: #FFFFFF !important;
	padding: 3 0 3 6px !important;
	background-color: #003366!important;
}
.p7currentmark a:hover{
	color: #FFFFFF !important;
	padding: 3 0 3 6px !important;
	background-color: #333333!important;
}




.news, .news td, .news p, .news li {
	font-size: 10px;
}

.maintext, .maintext td, .maintext p, .maintext li {
	font-size: 12px;
	line-height: 15px;
}

.maintext li{
	font-size: 12px;
	line-height: 15px;
}

.maintext h2{
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}

.content {
	font-size: 12px;
	line-height: 15px;
	padding-top: 1px;
}

.content h1{
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
}

.content h2{
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
}

.content h3{
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
}

.content h4{
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
}

input, select, textarea {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			line-height: 14px;
			color: #000000;
}

.imagecaption {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.imagecaption a:link, .imagecaption a:active, .imagecaption a:visited {
	color: #666666;
	text-decoration: none;
}

p.header {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.header a:visited, .header a:link, .header a:active {
	color: #000000;
	text-decoration: none;
}

p.subheader {
	color: #003366;
	font-size: 12px;
	font-weight: bold;
}

.footer {
	color: #FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 2px;
}

.footer a:visited, .footer a:link, .footer a:active {
	color: #FFFFFF;
}

.jb-box {
	border: 1px solid #333333;
	background-color: #D6DEE9;
	padding: 4px;
	margin-bottom: 5px;
}

.jb-box p {
	margin: 0px;
}

p.jb-menu {
	border: 1px solid #607A93;
	background-color: #809AB3;
	padding: 4px;
	margin: 0px,5px,0px,0px;
}

p.jb-menu a:link, p.jb-menu a:visited, p.jb-menu a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

table.list a:link, table.list a:visited, table.list a:active {
	font-weight: bold;
	text-decoration: none;
}

table.list td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	/*background-color: #D6DEE9;
	border-top: 1px solid #AAAAAA;*/
}

table.list td.listheader {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

table.form td, table.form p{
	font-size: 11px;
}

p.login {
	font-size: 11px;
	margin: 2px;
}

table.consultant td {
	background-color: #D6DEE9;
}

table.consultant th {
	font-weight: bold;
	background-color: #D6DEE9;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

.vendorfeature {
	border: #809AB3 1px solid;
	margin: 0px 0px 10px 20px;
	padding: 5px;
}

.vendorfeature p {
	margin: 2px 0px 3px 0px;
	font-size: 11px;
}