BODY 
	{
	background-color: 	#2780BA;
	margin:				0px;
	}
	
TABLE, TR, TD, DIV, TEXTAREA, INPUT, SELECT, UL, OL, P 
	{
	font-family: 	Verdana, Arial, Helvetica; 
	font-size: 		11px; 
	}
	
A 
	{
	text-decoration: none;
	}
		
A:HOVER
	{
	text-decoration: underline;
	}	
	
/* Miscellaneous */
	
.nobr
	{
	white-space:	nowrap;
	}
		
.bold
	{
	font-weight:	bold;
	}
	
.fgGrey
	{
	color: 			#333333;
	}
	
.fgGreen
	{
	color: 			#7FC41C;
	}
			
.fgBlue 
	{
	color: 			#2880BB;
	}
			
.fgOrange 
	{
	color: 			#FF6600;
	}
			
.small 
	{
	font-size:		9px;
	}
	
.big 
	{
	font-family: 	Arial; 
	font-size:		16px;
	font-weight: 	bold;
	}
	
.hugeBlue
	{
	font-size: 		24px; 
	color: 			#2487EF;
	}
	
.hugeGreen
	{
	font-family: 	Arial; 
	font-size: 		24px; 
	font-weight: 	bold;
	color: 			#7FC41C;
	}	
	
.inputText
	{
	border-style: 		none; 
	border-left: 		#CCCCCC solid 1px; 
	border-top: 		#CCCCCC solid 1px; 
	border-right: 		#999999 solid 1px; 
	border-bottom:		#999999 solid 1px; 
	}
	
/*	Screenshot thumbnails */

.thumbnail
	{
	margin-left: 	20px; 
	margin-bottom: 	10px; 
	border: 		#DDDDDD solid 1px
	}
			
/*	Round Corners */

.cornerTL	{ background: url(../image/cnr_tl.gif) top left     no-repeat;	}
.cornerTR	{ background: url(../image/cnr_tr.gif) top right    no-repeat;	}
.cornerBL	{ background: url(../image/cnr_bl.gif) bottom left  no-repeat;	}
.cornerBR	{ background: url(../image/cnr_br.gif) bottom right no-repeat;	}

.roundbox	{ border-left: #E8E8E8 solid 1px; border-top: #E8E8E8 solid 1px; border-right: #E8E8E8 solid 1px; border-bottom: #CACACA solid 1px; background-color: #FCFCFC; }

.roundTL	{ background: url(../image/inner_tl.gif) top left     no-repeat; 	position: relative; top: -1px; left: -1px; 		}
.roundTR	{ background: url(../image/inner_tr.gif) top right    no-repeat; 	position: relative; right: -2px; 				}
.roundBL 	{ background: url(../image/inner_bl.gif) bottom left  no-repeat; 	position: relative; bottom: -2px; left: -2px; 	}
.roundBR 	{ background: url(../image/inner_br.gif) bottom right no-repeat; 	position: relative; right: -2px; 				}
		
/* Top Nav */
	
.navGreen
	{
	background:		url(../image/navbg_green.jpg) repeat-x;
	}
		
.navBlue
	{
	background:		url(../image/navbg_blue.jpg) repeat-x;
	}
		
.navEndGreen
	{
	width:			1px;
	background:		url(../image/navbg_green.jpg) no-repeat;
	border-top:		#FFFFFF solid 1px;
	border-bottom:	#FFFFFF solid 1px;
	}
		
.navEndBlue
	{
	width:			1px;
	background:		url(../image/navbg_blue.jpg) no-repeat;
	border-top:		#FFFFFF solid 1px;
	border-bottom:	#FFFFFF solid 1px;
	}
	
/*	Left Nav */

.subnavItem
	{
	cursor:			pointer;
	background:		url(../image/9x9arrow-next-big.gif) center right no-repeat;
	padding-left:	5px;
	padding-right:	5px;
	padding-top:	10px;
	padding-bottom:	10px;
	}
	
.subnavText
	{
	color:			#666666;
	}
	
/* Bullets */

.listItem
	{
	padding-left:			20px;
	padding-top:			2px;
	padding-bottom:			2px;
	background:				url(../image/11ring.gif) center left no-repeat;
	}
	
.webexItem
	{
	height:					20px;
	padding-left:			25px;
	padding-top:			2px;
	padding-bottom:			2px;
	background:				url(../image/webex-transparent.png) center left no-repeat;
	}

.silkKey 
	{
	padding-left:	20px;
	padding-top:	2px;
	padding-bottom:	2px;
	background:		url(../image/silk/key.png) center left no-repeat;
	}
	
.silkEmail 
	{
	padding-left:	20px;
	padding-top:	2px;
	padding-bottom:	2px;
	background:		url(../image/silk/email.png) center left no-repeat;
	}
	
.silkTelephone
	{
	padding-left:	20px;
	padding-top:	2px;
	padding-bottom:	2px;
	background:		url(../image/silk/telephone.png) center left no-repeat;
	}
	
.silkPrinter
	{
	padding-left:	20px;
	padding-top:	2px;
	padding-bottom:	2px;
	background:		url(../image/silk/printer.png) center left no-repeat;
	}
	
.silkPDF 
	{
	padding-left:	20px;
	padding-top:	2px;
	padding-bottom:	2px;
	background:		url(../image/silk/page_white_acrobat.png) center left no-repeat;
	}	
	
/* FixPNG for IE6 */
/* FixPNG from Komodo */

img { behavior: url(include/iepngfix.htc) }

