/* provena theme */

.tdSeparator{/*controls separator line between multiple td*/
 background-color: #266488;
}

.tableBorder { /*This handles all the table colours, BG and Border*/
 border-top: 1px solid #266488;
 border-bottom: 1px solid #266488;
 border-right: 1px solid #266488;
 border-left: 1px solid #266488;
}

.tableBorderNoTop {/*controls table borders for no top required*/
 border-top: 0px solid #266488;
 border-bottom: 1px solid #266488;
 border-right: 1px solid #266488;
 border-left: 1px solid #266488;
}

.tableBorderLR{ /*This handles all the table colours, BG and Border*/
 border-top: 0px solid #266488;
 border-bottom: 0px solid #266488;
 border-right: 1px solid #266488;
 border-left: 1px solid #266488;
 background-color:#FFFFFF;
}

BODY {
 color: #FFFFFF;
 background-color: #75ACD5;
}

span.menuRight {/*controls format of right menus text*/
 font-weight: bold;
 text-decoration: none;
 color: #266488;
}

.menuRightRowSelected{/*controls format of right menu text that is selected*/
 background-color:#EFEFEF;
}

.menuRightRow{/*controls format of right menu text that is selected*/
 background-color:#FFFFFF;
}

.menuRightSubRowSelected{/*controls format of right sub menu text that is selected*/
 background-color:#EFEFEF;
}

.menuRightSubRow{/*controls format of right menu sub text that is selected*/
 background-color:#FFFFFF;
}

a.leftMenu:link {/*controls left menu links*/
 font-size:12px;
 font-weight: bold;
 color: #266488;
 text-decoration: none;
}

a.leftMenu:hover {/*controls left menu links*/
 font-size:12px;
 font-weight: bold;
 color: #266488;
 text-decoration: none;
}

a.leftMenu:visited {/*controls left menu links*/
 font-size:12px;
 font-weight: bold;
 color: #266488;
 text-decoration: none;
}

.moreInfoImage{/*controls "More Info" Image*/
 background-image: url('../images/moreInfo.gif');
}

.menuRAImage {/*controls format of right menu Risk Assessment*/
 background-image: url('../images/cta_HeartAware.jpg');
}

.menuAnimationsImage {/* controls format of right menu Animations*/
 background-image: url('../images/animationButton.gif');
}

span.leftMenuText {/* cotrols format of left menu text*/
 font-size: 9pt;
}

.includeText {/*controls included text spacing within cell*/
 padding: 5px;
}

span.includeTextFormat {/*controls included text font style*/
 color : #000000;
 font-family : Tahoma, Helvetica, Tahoma;
 font-size: 9pt;
}

li.includeTextFormat {/*controls <li> format font style*/
 color : #000000;
 font-family: Tahoma, Helvetica, Tahoma;
 font-size: 9pt;
}

a:link {
	color: #266488;
	text-decoration: none;
}

a:visited {
	color: #266488;
	text-decoration: none;
}

a:hover {
	color: #2680B4;
	text-decoration: none;
}

a:visited:hover {
	color: #2680B4;
	text-decoration: none;
}

span.menuTitleMain {/*controls main heading*/
 font-weight: bold;
 font-size: 9pt;
 color: #266488;
}

span.menuTitle { /*this controls the left menus title section*/
 font-weight: bold;
 color: #000000;
}

span.menuHeading {/*controls main heading*/
 font-weight: bold;
 font-size: 9pt;
 color: #692D73;
}

span.menuItemsNonSelected {
 font-weight: bold;
 color: #FFFFFF;
}

a.footerlink:link {/* controls footer links appearance*/
 font-family: verdana;
 font-weight: plain;
 font-size: 8pt;
 text-decoration: none;
 color: #003366;
}

a.footerlink:hover {/* controls footer links appearance*/
 font-family: verdana;
 font-weight: plain;
 font-size: 8pt;
 text-decoration: none;
 color: #336699;
}

a.footerlink:visited {/* controls footer links appearance*/
 font-family: verdana;
 font-weight: plain;
 font-size: 8pt;
 text-decoration: none;
 color: #003366;
}

a.footerlink:active {/* controls footer links appearance*/
 font-family: verdana;
 font-weight: plain;
 font-size: 8pt;
 text-decoration: none;
 color: #003366;
}

blockquote, body, p, td, th, ul, ol {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#333333;
}

.bc_separator
{
 color: #D3CBB8;
 padding: 0px 2px 0px 2px;
 font-size: 8pt;
}
.bc_link_cell
{
 font-size: 8pt;
}

.navBar3 {
 font-family: verdana;
 font-weight: plain;
 font-size: 8pt;
 text-decoration: none;
 color: #003366;
}

td.tableInclude{
 font-size:8pt;
}
