/*General and Layout Syles */

body {
    background-color: #00202E;
    margin-left: 0; 
    margin-top: 0;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}
td.layout {  
	background-image: url(../images/P2_Left_Tile.gif);
	background-color: #ffffff;
	background-repeat: repeat y;
}
td.nonavigation {  
/*	background-image: url(../images/LeftLine_Back.gif);*/
	background-color: #003366;
	background-repeat: repeat;
}
body a:link {
	color: #003366;
}
body a:visited  {
	color: #003366;
	text-decoration: underline;
}
body a:hover, a:active  {
	color: #339900;
	text-decoration: underline;
}
.indent {
	margin-left: 45px;
}

/* Navigation Styles */

.LeftNav {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #FFFFFF; 
	text-decoration: none;
}
.LeftNavArea {
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
}
a.LeftNav:link {  
	color: #FFFFFF;
}
a.LeftNav:visited {  
	color: #FFFFFF;
	text-decoration: none;
}
a.LeftNav:hover {  
	color: #FFCC00;
	text-decoration: underline;
}
.LeftSubNav {  
	font-size: 9px; 
	color: #6699FF; 
	text-decoration: none; 
	line-height: 10px;
}
a.LeftSubNav:Hover { 
	color: #FFCC00;
}
td.nav {  
	background-image: url(../images/LeftLine_Back.gif);
	background-color: #003366;
	background-repeat: no-repeat;
}

/* Special Text Styles */

.note {
	color: #FF0000;
}

.PageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}
.BodySection {
	font-size: 12px;
	font-weight: bold;
	color: #CC6600;
}
.PressRelTitle {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.BodyMenu {
	font-size: 11px;
	color: #003366;
	font-weight: bold;
}
.PressSubTitle {
	font-size: 9px;
	font-weight: bold;
	color: #003366;
}
.BodyText {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.BodySubMenu {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.SectionTitle {
	font-size: 13px;
	font-weight: bold;
}
.ParagraphTitle {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #003366;
}
.INLineLink {
	color: #003366;
	text-decoration: none;
}
a.INLineLink:visited {
	color: #003366;
	text-decoration: none;
}
a.INLineLink:hover {
	color: #339900;
	text-decoration: underline;
}
.NewsEvents {
	color: #003366;
	text-decoration: none;
}
a.NewsEvents:visited {
	color: #003366;
	text-decoration: none;
}
a.NewsEvents:hover {
	color: #339900;
	text-decoration: underline;
}
.BigBlueTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
.RedHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.LandPageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-style: normal;
	font-weight: bolder;
	color: #003366;
}
.RedSubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}

/*About Us Styles*/

td.corprighttile {  
	background-image: url(../images/GlobalNav_Right_Tile.gif);
	background-color: #003366;
	background-repeat: repeat;
}

/*Products Section Styles*/

.ProductMainBlueTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	color: #1b4da2;
}
.ProductSectionTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CC3333;
}
.ProductMainGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #666666;
}
.live365screenshot {
	float: right; 
	padding: 15px 15px 10px 10px;
}
#press {
	background:#DFDFDF;
	padding: 2px 5px 2px 5px;
	color: #333;
	border-top: 1px solid #66829D; 
	border-bottom: 1px solid #66829D;
	font: bold 100% Verdana,Arial,Helvetica,sans-serif;
}
/*Newsletter Sign-up Styles*/

#newsletter-icon {
	position: absolute; 
	width:200px; 
	height:115px; 
	z-index:1; 
	left: 572px; 
	top: 162px;
}
/*Pop-Up Window Styles*/

#popupwin {
	background-color: #FFFFFF;
	margin: 0 -10px -10px 0;
	padding: 20px 100px 20px 100px;
	text-align: center;
}
#popupwin form{
	text-align: center;
}
/* Footer Styles */

#footer {
	background-color: #00202E;
	background-image: url(../images/PageFooter.gif);
	background-repeat: no-repeat;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 325px;
	padding-top: 5px;
}
#footer a:link {
	color: #99CCFF;
	text-decoration: none;
}
#footer a:visited {
	color: #99CCFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
.footer {
	font-size: 9px;
	color: #99CCFF;
	text-decoration: none;
}