body {
	margin: 0 auto;
	padding: 0;
	font: 11px/1.7em Arial, Helvetica, Verdana, sans-serif;
	background: #6798c8 url('images/global/background.jpg') repeat-x top;
	color:#444;	
}

P {
	color:#444;
	font-size: 11px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
}

/* table body */
TBODY{
	color:#444;	
	font-size: 11px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
}

H1 {
	vertical-align: top;
	font-size: 1.8em;
	font-weight: normal;
	color: #fff;
	padding: 3px 0px 3px 12px;
	margin: 0;
}


H2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #444;
	margin: 0;
	padding: 0; 
}


H3 {
	font-size: 1.1em;
	color: #095aa6;
	padding: 15px 0px 15px 0px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

H4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #095aa6;
	margin: 0;
	padding: 0; 
}
H5  {
    font-size:  17px;
    font-weight:bold;
    color: #000000;
}

H6 {
    font-size:  13px;
    font-weight:    bold;
    color: #000000;
}

/* text style used for most text rendered by modules */
.Normal {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
	color: #444;
}
.Normal:link
{
	color:#444;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	font-weight: normal;
	}

.Normal:visited
{
	color:#444;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	font-weight: normal;
	}
.Normal:hover
{
	color:#444;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	font-weight: normal;
	}
.Normal:active
{
	color:#444;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	font-weight: normal;
	}



/* GENERAL DNN */
/* style for module titles */
.Head {
    color:#333333;
font-size:11px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 10px;
    font-weight: normal;
}
.NormalRed {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FF0000;
}
.NormalBold {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 9px;
    font-weight: bold;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}
A.CommandButton:visited {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover {
    text-decoration:    underline;
    color: #FF0000;
}

/* GENERIC */

/* site-wide link behavior*/
A:link  {
	color:#7da751;
	text-decoration: none;
}

A:visited   {
	color:#7da751;
	text-decoration: none;
}

A:active    {
	color:#7da751;
	text-decoration: none;
}

A:hover {
	color:#B4B4B4;
	text-decoration: none;
}


SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}
UL LI {
    	color:#444;
    	list-style-type:none;
    	padding-left:20px;
    	height:25px;
	background: #fff url(bullet1.jpg) left top no-repeat;
}
UL LI LI {
	color:#444;
	list-style-type:    disc;
}
UL LI LI LI {
	color:#444;
	list-style-type:    circle;
}
OL LI {
	color:#444;
	list-style-type:    decimal;
}
OL OL LI {
	color:#444;
	list-style-type:    lower-alpha;
}
OL OL OL LI {
	color:#444;
	list-style-type:    lower-roman;
}
HR {
    color: #cccccc;
    height:1pt;
}

/*****************************
Table styles
*****************************/

table.blue {
	text-align: left;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0 0 1.7em;
	padding: 0; }
th.blue {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 1em;
	color: #fff;
	padding: 5px 10px 3px;
	background: #75a3cd;
	margin: 0; }
td.blue {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 1em;
	color: #444;
	padding: 5px 10px 3px;
	background: #fff;
	margin: 0; }
td.blue_alt {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 1em;
	color: #444;
	padding: 5px 10px 3px;
	background: #dde8f3;
	margin: 0; }

/*****************************
Misc. styles
*****************************/

.links_bottom {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:  9px;
    color: #7da751;
	text-decoration:none;
	font-weight:normal;
}

a.links_bottom:link{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:  9px;
    color: #7da751;
	text-decoration: none;
	font-weight:normal;
}
a.links_bottom:hover{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:  9px;
    color: #B4B4B4;
	text-decoration: none;
	font-weight:normal;
}
a.links_bottom:active{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:  9px;
    color: #7da751;
	text-decoration:none;
	font-weight:normal;
}

a.links_bottom:visited{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:  9px;
    color: #7da751;
	text-decoration:none;
	font-weight:normal;
}


/*__________________________________ start copyright _______________________________________________*/

.Copyright {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:  9px;
    color: #999999;
	text-transform: uppercase;
}
a.Copyright:link{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:  9px;
    color: #999999;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}
a.Copyright:hover{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:  9px;
    color: #666666;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;	
}
a.Copyright:active{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:  9px;
    color: #999999;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;	
} 

a.Copyright:visited{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:  9px;
    color: #999999;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;	
} 

.DNNCopyright {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:  9px;
    color: #333333;
	text-decoration:none;
}

a.DNNCopyright:visited {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:  9px;
    color: #333333;
	text-decoration:none;	
}
a.DNNCopyright:active {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:  9px;
    color: #333333;
	text-decoration:none;	
}
a.DNNCopyright:hover {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:  9px;
    color: #4791C5;
	text-decoration:none;	
}
a.DNNCopyright:link {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:  9px;
    color: #333333;
	text-decoration:none;
}

/*__________________________________ end copyright ______________________________________*/

#flashMovie {
z-index:2;
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color: transparent;
	padding: 0px;
	width: 168px;
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
	cursor: hand; 
	color:black; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: normal; 
	padding: 2px;
	background-color: #FFFFFF;
}
.MainMenu_MenuItem:link
 {
	cursor: hand; 
	color:black; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: normal; 
	padding: 2px;
	background-color: #FFFFFF;
}
.MainMenu_MenuItem:visited
 {
	cursor: hand; 
	color:black; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: normal; 
	padding: 2px;
	background-color: #FFFFFF;
}
.MainMenu_MenuItem:hover {
	cursor: hand; 
	color:black; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: normal; 
	padding: 2px;
	background-color: #FFFFFF;
}
.MainMenu_MenuItem:active {
	cursor: hand; 
	color:black; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: normal; 
	padding: 2px;
	background-color: #FFFFFF;
}

.MainMenu_MenuItemSel {
	 
	cursor: hand; 
	color:White; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: normal; 
	padding: 2px;
	background-color:#444444;
	
	}
	
	
.MainMenu_MenuItemDown {
	 
	cursor: hand; 
	color:White; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: normal; 
	padding: 2px;
	
	}

	
.MainMenu_MenuIcon {
	display:none;
}

.rootmenuitem {	
	background-color: transparent;
	cursor: hand; 
	color: #f9f9f9; 
	font-family: Arial; 
	font-size: 13px;  
	font-weight: bold;
	letter-spacing: -0.05em;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	
	/* height: 26px;
	display:table-cell; */
}

.rootmenuitemselected {
	background-color: transparent;
	cursor: hand; 
	color: #e8e8e8; 
	font-family: Arial; 
	font-size: 13px;  
	font-weight: bold;
	letter-spacing: -0.05em;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	
	/* height: 26px;
	display:table-cell; */	
}

.rootmenuitembreadcrumb {
	background-color: transparent;
	cursor: hand; 
	color: #e8e8e8; 
	font-family: Arial; 
	font-size: 13px;  
	font-weight: bold;
	letter-spacing: -0.05em;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	
	/* height: 26px;
	display:table-cell; */
}

.submenu {
	z-index: 1000;
	background-color: #57585C; 
	border: 1px #A7A7A7 solid;
	margin-top:2.5 px;
	margin-top:2px;

}

.submenuitemselected {
	cursor: hand; 
	color: #CCCCCC; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	background-color: transparent;
	padding: 2px;
}

.submenuitembreadcrumb {
	cursor: hand; 
	color: #CCCCCC; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	background-color: transparent;
	padding: 2px;
}

.MainMenu_MenuBreak {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	height: 1px;
}

.MainMenu_MenuArrow_backup {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #EFEFEF 0px solid; 
	border-bottom: #EFEFEF 0px solid; 
	border-top: #EFEFEF 0px solid;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 20pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: # 0px solid; 
	border-bottom: #EFEFEF 0px solid; 
	border-top: #EFEFEF 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/************************************ End of DNN Styles *************************************/

/*****************************
Footer styles
*****************************/

#footer {
	text-align: center;
	clear: both;
	background-color: #6c6c6c;
	padding: 30px 0;
	margin: 0 4px; 
}

.footer {
	color: #999999;
	text-decoration: none;
}

a.footer:link {
	color: #999999;
	text-decoration: none;
}

a.footer:visited {
	color: #999999;
	text-decoration: none;
}

a.footer:hover {
	color: #999999;
	text-decoration: none;
}

a.footer:active {
	color: #999999;
	text-decoration: none;
}

/*****************************
Divs
*****************************/

#globalPositioning {
	width: 858px;
	background: #fff url('/Portals/0/pagebackground.gif') repeat-y; 
}

#WideglobalPositioning {
	width: 1050px;
	background: #fff;  
}


#language {
	padding: 5px 20px 0px 20px;
}

#logo {
	padding-left: 25px; 
	padding-bottom: 15px;
}

#menu {
	padding-right: 20px; 
	padding-top: 5px;
}

#menubg {
	BACKGROUND-IMAGE: url(images/global/nav_bg.gif); BACKGROUND-REPEAT: repeat-x
}

/***** home *****/

#contentarea {
	padding: 10px 20px 20px 20px;
}

#contentareabg {
}

#contentarealanding {
	background: #fff;
}

#contentarealeft {
	padding-right: 20px;
}

#contentarealanding {
	padding-right: 20px;

}

#contentareamid {
	padding: 0 20px;
}

#contentarearight {
	
}

/***** interior *****/

#breadcrumb {
	padding-top: 15px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
    	font-size:  9px;
    	color: #7da751;
	text-decoration: none;
	font-weight:normal;
}

#contentareaint {
	padding: 0px 20px;
}

#contentarealeftint {
	padding-right: 14px;
}

#contentareamainint {

}

#contentsiderbg {
	background: #b2b2b2;
}

#contentpaneheader {
	background-image: url(images/global/titleBackground.jpg);
	background-repeat: no-repeat;
}


#main3 {
	width: 435px;
	padding-right: 5px;
	border-right: 1px solid #e8e8e8;
}

#side3 {
	width: 158px;
	padding-left: 5px;
}

#ContentSider {
	height: 100%;
}

#graytop {
	background-image: url(images/global/sider_bg.jpg);
	background-repeat: no-repeat;
	height: 8px;
}

/*****************************
General styles
*****************************/

.login {
	font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:  10px;
    color: #7da751;
	text-decoration:none;
	font-weight:normal;
	vertical-align: 50%;
}

a.login:link{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:  10px;
    color: #7da751;
	text-decoration: none;
	font-weight:normal;
	vertical-align: 50%;
}

a.login:hover{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:  10px;
    color: #B4B4B4;
	text-decoration: none;
	font-weight:normal;
}

a.login:active{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:  10px;
    color: #7da751;
	text-decoration:none;
	font-weight:normal;
}

a.login:visited{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:  10px;
    color: #7da751;
	text-decoration:none;
	font-weight:normal;
}



/* ------------------Inventua Side Menu Styles ---------------------------*/
.MenuHdr0, .MenuHdr0 A:Hover, .MenuHdrMouseOver0 A, .MenuHdrMouseOver0 A:Active, .MenuHdrMouseOver0 A:Hover, .MenuHdrMouseOver0 A:Visited, .MenuHdrMouseOver0 A:Link, .MenuHdr0 A, .MenuHdr0 A:Active, .MenuHdr0 A:Visited, .MenuHdr0 A:Link
{
font-size: 0pt;
}

.MenuHdr1, .MenuItem1
{ 
  font-size: 8pt; 
  padding-left: 10px; 
  font-weight: bold; 
  padding-bottom: 8px; 
  padding-top: 8px; 
  background-color: #b2b2b2;
  cursor: default;
  color: #fff;
  font-family: Arial, Tahoma, Helvetica;
  letter-spacing: 0px;
  border-top: 0px solid #ECECEC;
  border-bottom: 1px solid #848484;
  text-decoration:"none";
}

.MenuItem1:link
{
  font-size: 8pt; 
  padding-left: 10px; 
  font-weight: bold; 
  padding-bottom: 8px; 
  padding-top: 8px; 
  background-color: #b2b2b2;
  cursor: default;
  color: #fff;
  font-family: Arial, Tahoma, Helvetica;
  letter-spacing: 0px;
  border-top: 0px solid #ECECEC;
  border-bottom: 1px solid #848484;
 text-decoration:"none";
	}
.MenuItem1:visited
{
  font-size: 8pt; 
  padding-left: 10px; 
  font-weight: bold; 
  padding-bottom: 8px; 
  padding-top: 8px; 
  background-color: #b2b2b2;
  cursor: default;
  color: #fff;
  font-family: Arial, Tahoma, Helvetica;
  letter-spacing: 0px;
  border-top: 0px solid #ECECEC;
  border-bottom: 1px solid #848484;

	}
.MenuItem1:hover
{
  font-size: 8pt; 
  padding-left: 10px; 
  font-weight: bold; 
  padding-bottom: 8px; 
  padding-top: 8px; 
  background-color: #b2b2b2;
  cursor: default;
  color: #fff;
  font-family: Arial, Tahoma, Helvetica;
  letter-spacing: 0px;
  border-top: 0px solid #ECECEC;
  border-bottom: 1px solid #848484;
text-decoration:"none";
	}
 
.MenuItem1:active
{
  font-size: 8pt; 
  padding-left: 10px; 
  font-weight: bold; 
  padding-bottom: 8px; 
  padding-top: 8px; 
  background-color: #b2b2b2;
  cursor: default;
  color: #fff;
  font-family: Arial, Tahoma, Helvetica;
  letter-spacing: 0px;
  border-top: 0px solid #ECECEC;
  border-bottom: 1px solid #848484;
  text-decoration:underline;
  text-decoration:"none";
	}


.MenuHdr1:visited
{
  font-size: 8pt; 
  padding-left: 10px; 
  font-weight: bold; 
  padding-bottom: 8px; 
  padding-top: 8px; 
  background-color: #b2b2b2;
  cursor: default;
  color: #fff;
  font-family: Arial, Tahoma, Helvetica;
  letter-spacing: 0px;
  border-top: 0px solid #ECECEC;
  border-bottom: 1px solid #848484;
  text-decoration:underline;
	}



.MenuHdrMouseOver1, .MenuItemMouseOver1
{
  font-size: 8pt; 
  padding-left: 10px; 
  font-weight: bold; 
  padding-bottom: 8px; 
  padding-top: 8px; 
  cursor: default;
  color: #000000;
  font-family: Arial, Tahoma, Helvetica;
  letter-spacing: 0px;
  border-top: 0px solid #ECECEC;
  border-bottom: 1px solid #848484;
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #646465 !important;  
}

.MenuItem HR
{
  background-color: red; 
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #999999;   
  margin-right: 5px; 
}

.MenuItem2, .MenuItemMouseOver2
{
  font-size: 8pt; 
  padding-left: 10px; 
  font-weight: normal; 
  padding-bottom: 3px; 
  padding-top: 3px;
  background-color: #E8E8E8;
  color: #000000;
  border-left: 1px solid #AEAEAE;
  border-right: 1px solid #AEAEAE;
  font-family: Arial, Tahoma, Helvetica;
  letter-spacing: 0px;
}

.MenuItemMouseOver2
{
  color: #fff;
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #646465 !important;   
}


.MenuItem2 A, .MenuItem2 A:Active, .MenuItem2 A:Visited, .MenuItem2 A:Link 
{
  color: #444;
}

.MenuItem2 A:Hover, .MenuItemMouseOver2 A, .MenuItemMouseOver2 A:Active, .MenuItemMouseOver2 A:Hover, .MenuItemMouseOver2 A:Visited, .MenuItemMouseOver2 A:Link, .MenuItem2 A:Hover, .MenuHdr1 A:Hover, .MenuHdrMouseOver1 A, .MenuHdrMouseOver1 A:Active, .MenuHdrMouseOver1 A:Hover, .MenuHdrMouseOver1 A:Visited, .MenuHdrMouseOver1 A:Link, .MenuHdr1 A, .MenuHdr1 A:Active, .MenuHdr1 A:Visited, .MenuHdr1 A:Link , .MenuItem1 A:Hover, .MenuItemMouseOver1 A, .MenuItemMouseOver1 A:Active, .MenuItemMouseOver1 A:Hover, .MenuItemMouseOver1 A:Visited, .MenuItemMouseOver1 A:Link, .MenuItem1 A, .MenuItem1 A:Active, .MenuItem1 A:Visited, .MenuItem1 A:Link 
{
  color: #fff;
}

.currentHeaderHighlight0 , .currentItemHighlight1, .currentHeaderHighlight1 , .currentItemHighlight2 {
  text-decoration: underline;
 }
/* ------------------END Inventua Side Menu Styles ---------------------------*/


.NukeFeeds_ItemTitleDefault
{
	color:#7da751;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}

.NukeFeeds_ItemTitleDefault:link
{
	color:#7da751;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}

.NukeFeeds_ItemTitleDefault:visited
{
	color:#7da751;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
.NukeFeeds_ItemTitleDefault:hover
{
	color:#7da751;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
.NukeFeeds_ItemTitleDefault:active
{
	color:#7da751;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
.HomeCenterTitle {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    font-weight: normal;
	color: #444444;
	font-weight:bold;
}

.login
	{
	color:#7da751;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.mainMenu
{
	color:White;
	font-size:12px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-weight:bold;
	}
	
.subMenuSel
{
	cursor: hand; 
	color: #f9f9f9; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	padding: 2px;
	
	}
	

.rigthHeader
{
color:#333333;
font-size:11px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}

#space {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px
}
#border {
	BORDER-RIGHT: #cccccc 0px solid; BORDER-TOP: #cccccc 0px solid; BORDER-LEFT: #cccccc 0px solid; BORDER-BOTTOM: #cccccc 0px solid
}
#blue {
	BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; BACKGROUND: url(http://www.qdoscrm.com/QdosCorp2/images/blueBackground.gif) #dde8f3 no-repeat right bottom; BORDER-LEFT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid
}

.rigthblue {
	BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; BACKGROUND: url(images/callouts/blueBackground.gif) #dde8f3 no-repeat right bottom; BORDER-LEFT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid
}

#titleblue {
	BACKGROUND: #7ca4cb; BORDER-BOTTOM: #cccccc 1px solid
}

.navigationHeader
{
	text-decoration: none;
	}
.navigationHeader:link
{
	text-decoration: none;
	}
.navigationHeader:visited
{
	text-decoration: underline;
	}
.navigationHeader:hover
{
	text-decoration: none;
	}
.navigationHeader:active
{
	text-decoration: none;
	}
.navigationHeadervisited
{
	text-decoration: underline;
	}
	
.EmailList
{
	 color:#095aa6;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 font-weight:bold;
	}
	
.EmailTopContact
{
	color:#444444;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}
.Emailexplain
{
	color:#444444;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	
	}
.Emailexplain:link
{
	color:#444444;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	
	}
.Emailexplain:visited
{
	color:#444444;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	
	}
.Emailexplain:hover
{
	color:#444444;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	
	}
.Emailexplain:active
{
	color:#444444;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	
	}
	
.titleTanks
{
color:#095aa6;
font-family:Tahoma, Arial, Helvetica;
font-size: 1.1em;

	padding: 15px 0px 15px 0px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}


.blue_sub_titles {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; WORD-SPACING: normal; TEXT-TRANSFORM: none; COLOR: #0070b2; FONT-STYLE: normal; FONT-FAMILY: Helvetica, Arial, Verdana, sans-serif; LETTER-SPACING: normal; TEXT-DECORATION: none
}

.topBorder {
	BORDER-TOP: #cccccc 1px solid
}