
/*	--------------------------------------	*/
/* 	STANDARD HTML TAG RESETS               	*/
/*	--------------------------------------	*/

	body,
	h1, h2, h3,
	p, ul, li,
	form {
		border:	0;
		margin:	0px;
		padding:0px;
	}

/*	--------------------------------------	*/
/* 	STANDARD HTML TAG DEFINITION           	*/


	body,
	input,
	td {
		font-family: 	Verdana, Arial, Helvetica, sans-serif;
		font-size:		11px;
		color: 			#414142;
	}
	
	input,
	form{
		color: 			#414142;
	}
	
	p { /* text area text */
		font-family: 	Verdana, Arial, Helvetica, sans-serif;
		font-size:		11px;
		line-height:	140%;
		color: 			#414142;
	}

	

a,
a:link,
a:visited{
	color: 				#005DAC;
	text-decoration: 	none; 
	}


a:active,
a:hover{
	color: 				#D51920;
	text-decoration: 	none; 
	}	
	


/*	--------------------------------------	*/
/* 	SCROLL BARS							 	*/

	html,
	body {
		scrollbar-track-color: 		#ffffff;
		scrollbar-face-color: 		#E7E7E8;
		scrollbar-arrow-color: 		#ffffff;
		scrollbar-3dlight-color: 	#ffffff;
		scrollbar-highlight-color: 	#ffffff;
		scrollbar-shadow-color: 	#ffffff;
		scrollbar-darkshadow-color: #ffffff;
		background-color:			#ffffff;
		background-image:url(Graphics/BG.jpg);
		background-position: top center;
		background-repeat: repeat-y;
	}


/*	--------------------------------------	*/
/* 	PAGE ELEMETS                           	*/
/*	--------------------------------------	*/

#Container {
	height: 		580px;
	margin:			0 auto;
	position:		relative;
	width:			980px; 
	background-image:url(Graphics/BGWelcomeBlank.jpg);
	background-position: top center;
	background-repeat: no-repeat;

	/*min-height:	100%;		100%;	 Height of the footer for full page layout */
	/*height:		100%;	 Height of the footer for full page layout */
	/*filter:				alpha(opacity=75);*/
	/*opacity:			0.75;*/
	}

#Container2 {
	height: 		850px;
	margin:			0 auto;
	position:		relative;
	width:			980px; 
	background-image:url(Graphics/BGProds.jpg);
	background-position: top center;
	background-repeat: no-repeat;

	/*min-height:	100%;		100%;	 Height of the footer for full page layout */
	/*height:		100%;	 Height of the footer for full page layout */
	}
	
#Top {
	height:			480px;
	position:		relative;
	}
#Top2 {
	height:			210px;
	position:		relative;
	}
#MainContainer {
	position:			relative;
	text-align:			left;

	}	
	
	
#MainArea {
	position: 			absolute;
	text-align:			left;
	width:				980px;
	top:				0px;
	right:				1px;
	
	}

#MainArea2 {
	position: 			absolute;
	text-align:			left;
	width:				720px;
	top:				0px;
	right:				31px;

	}
.ProdArea {
	position: 			relative;
	text-align:			left;
	width:				780px;
	padding: 	 	    0px;
	margin:				0px;
	text-align:			left;
}

h1 { /* main text headers */
	color:				#005DAC;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			17px;
	text-align:			left;
	margin:				0;
	margin-bottom:		15px;
	padding: 			0;
	font-weight:		normal;
	border-bottom:		1px #bac5e5 solid;
	}
	
	
h2 { /* sub headers & promo on front page*/
	color: 				#005DAC;
	font-size:			11px;
	font-weight: 		normal;
	margin: 			0px;
	margin-bottom:		0px;	
	text-decoration: 	none;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}
	
.Red{
		color: 		#D51920;
		font-size:	14px; 
		}
.Blue {
	color: 		#005DAC;
}

.Grey {
		color: #414142; 
		}

.Footer {
	padding-top:	10px;
	height: 		20px;
	margin:			0 auto;
	position:		relative;
	width:			980px; 
	color: 			#414142;
	font-size:		10px;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	}

/*	--------------------------------------	*/
/* 	TOP AREA	                           	*/
/*	--------------------------------------	*/

.TopButtonCell {
	width: 			980px;
	height:			120px;

}
.TopButtons {
	display: 		inline;
	float: 			left;
}

.ConsumersText {
	width: 			196px;
	font-size:		11px;
	padding-top: 	20px;
}
.FolioPic {
	margin: 			0;
	margin-top:			26px;
	padding:			0px;
	position:			relative;
}


#MenuContainer {
	position:			relative;
	width:				980px;
	margin:				0;
	padding: 			0;
	margin-top:			10px;
	padding-left: 		35px;
	text-align:			left;	
	}	
	
.InfoMenu {
	margin: 			0;	
	padding: 			0;
	width:				980px;
	}
.InfoMenu li{
	list-style-position: inside;
	display: 			inline;
	font-size: 			12px;
	float:				left;
	padding-right: 		18px;
	text-decoration: 	none;
	height:				30px;
	padding-top:  		38px;
	text-transform:		lowercase;

	}
	
.InfoMenu li a,
.InfoMenu li a:link,
.InfoMenu li a:visited{
	color:				#005DAC;

	}


.InfoMenu li a:active,
.InfoMenu li a:hover{
	color: 				#D51920;
	
	}

#InfoMenuOn a{
	color: 				#D51920;
	}
	
/*	--------------------------------------	*/
/* 	SUBMENU ON TEXT.PHP					   	*/	


	
.SubMenu {
	margin: 			0;
	margin-top:			20px;
	margin-left:		10px;
	padding: 			0;
	width:				200px;
	height:				90px;
	}
	
.SubMenu li{
	display: 			block;
	float:				left;
	width:				200px;
	white-space:		normal;
	}
	
.SubMenu li a,
.SubMenu li a:link,
.SubMenu li a:visited {
	font-size:			13px;
	color:				#414142;
	line-height: 		140%;
	width:				200px;
	float:				left;
	padding-top:		1px;
	padding-bottom:		1px;
	text-decoration: 	none;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}
	
.SubMenu li a:active,
.SubMenu li a:hover {
	color: 				#5974b9;
	}

#SubMenuOn a{
	color: 				#5974b9;
	}







/*	--------------------------------------	*/
/* 	MAIN AREA	                           	*/
/*	--------------------------------------	*/


.ProdMenuArea {
	position:			relative;
	top:				0px;
	left:				0px;
	padding-left: 		30px;
	width:				180px;
	height:				600px;
	}

#SideContainer {
	position:			relative;
	width:				370px;
	height:				430px;
	left:				0px;
	top:				0px;
	margin-left:		9px;
	margin-top:			47px;
	float:				left;
	display:			inline;
}

.WelcomeImageBox {
	background-color:	#ffffff;
	padding:			6px;
	border:				1px solid #bac5e5;
	position:			relative;
	display:			block;
	width:				350px;
	height:				317px;
	margin-bottom:		6px;
	color:				#D51920;
}

.PayLogo {
	background-color:	#ffffff;
	padding:			0px;
	border:				1px solid #bac5e5;
	clear:				both;
	position:			relative;
	width:				85px;
	height:				78px;
	margin-right:		6px;
	text-align:			center;
}

.JoinNow {
	background-color:	#ffffff;
	padding:			8px;
	border:				1px solid #bac5e5;
	position:			relative;
	left:				93px;
	top:				-80px;
	width:				252px;
	height:				62px;
	margin-right:		6px;
	color:				#D51920;
}
.WelcomeContainer {
	width:				400px;
	height:				432px;
	position:			relative;
	float:				left;
	display:			inline;
	padding-top:		10;
	margin-left:		0px;
	}

.WelcomeText {
	height:				380px;
	width:				364px;
	position:			relative;
	margin-top:			4;
	background-color:	#eaedf6;
	padding:			21px;
	}	
		
.WelcomeText p {
	color:				#414142;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	line-height:		150%;
	text-align:			justify;
	}

.WelcomeContainer h1 {
	color:				#D51920;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			22px;
	text-align:			right;
	text-transform:		lowercase;
	margin:				0;
	padding: 			0;
	padding-top: 		21px;
	padding-right:		20px;
	}
	


/* random hot products on front page  */
img {border:none;}
 ul.popout {list-style:none; margin:0; padding-top:10px; width: 200px;}
 ul.popout li {float:left; display: inline; border:1px solid #bac5e5;margin: 0 4px 4px 0; padding: 2px 2px 2px 2px; background-color:#ffffff;text-align: center;}
 ul.popout li a {display:inline; height:40px; width:40px; background:center; }
 ul.popout li a:hover { background-color:#ffffff; color:#000000;}
 a {text-decoration:none; color:#414142}


/* surrounding product mini images.    */
.surround img {border:none;}
ul.surround {list-style:none; margin:0; padding-top:10px; width: 400px;}
ul.surround li {float:left; display: inline; border:1px solid #bac5e5; margin: 0 4px 4px 0; padding: 2px 2px 2px 2px; background-color:#ffffff;text-align: center;}
ul.surround li a {display:inline; height:40px; width:40px; background:center; }
ul.surround li a:hover { background-color:#ffffff; color:#000000;}
.surround a {text-decoration:none; color:#414142}

.Line {
    border-bottom:		1px solid #bac5e5;
}

.Line2 {
    border-top:		1px solid #bac5e5;
}


	

	

.TextContainer {
	width:				777px;
	height:				440px;
	position:			relative;
	margin-left:		0px;
	margin-top:			6px;
	}

.TextArea {
	width:				734px;
	height:				380px;
	position:			relative;
	margin-left:		9px;
	background-color:	#eaedf6;
	padding:			21px;
	}	
		
.TextArea p {
	color:				#414142;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	line-height:		150%;
	text-align:			justify;
	position:			relative;
	width:				416px;
	height:				374px;
	overflow:			auto;
	padding-right:		10px;
	float:				left;
	display:			inline;
	}

.MainArea h1 {
	color:				#D51920;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			22px;
	text-align:			right;
	text-transform:		lowercase;
	margin:				0;
	padding: 			0;
	margin-top: 		26px;
	padding-right:		20px;
	}
	
.FolioImage2 {
	background-color:	#ffffff;
	padding:			6px;
	border:				1px solid #D51920;
	position:			relative;
	float:				left;
	display:			inline;
	width:				270px;
	height:				360px;
	margin-right:		21px;
}





/*	--------------------------------------	*/
/* 	EZYCAT CLASSES                         	*/
/*	--------------------------------------	*/


/* Classes for the page numbers - except for the main word "Pages", which is a unclassed table cell  */
.PageNumberBar {  
	font-size:			13px; 
	color: 				#414142;
}	
.PageNumberBar a:visited {
	font-size:			13px; 
	color: 				#D51920;
	text-decoration: 	none;  
}
.PageNumberCurrent{  
	font-size:			13px; 
	color: 				#fb8902;
	text-decoration: 	none;  
	font-weight: 		bold;
}
.SmLinkOff {  
	font-size:			13px; 
	color: 				#414142;
}
.SmLinkOff:hover {  
	font-family: 	Verdana, Arial, Helvetica, sans-serif; 
	font-size:			13px; 
	font-style: 		normal; 
	color: 				#5974b9; 
	text-decoration: 	none; 
	font-weight: 		bold;
}


/*	--------------------------------------	*/
/* 	SMALL CARD	AND CAT CARD               	*/


#SmCard {
	position: 		relative;
	margin:			0px;
	padding:		0px;
	padding-top: 	5px;
	width:			130px;
	height:			150px;
	background-image: url(Graphics/SmCardBG.jpg);
	background-repeat: repeat-x;
	}

.SmProdName {
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10px;
	color: 				#414142;
	line-height: 		140%;
	text-align:			center;
	}
	
.SmProdName:hover {
	color: 				#005DAC;
	text-decoration: 	none;
	}
	
.SmProdCell {
	position: 			relative;
	display: 			block;
	text-align:			center;
	padding-top: 		10px;
}
.SmProdFoot {
	position: 			relative;
	display: 			block;
	text-align:			center;
	padding-top: 		10px;
}
.PriceContainer {
	position:			relative;
	left:				-24px;
	margin:				0px;
	padding:			0px;
	Clear:				both;
}
.SmProdPrice { 
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			10px;
	color: 				#414142;
	float:				left;
	display: 			inline;
	line-height: 		160%;
	text-align:			left;
	width:				60px;
}
/*.SmProdDesc { not used in thissite 
	text-decoration: 	none;
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	color: 				#005DAC;
	border-bottom: 		2px solid #005DAC;
	padding-top: 		3px;
	text-align:			justify;
	width:				157px;
} */
.SmProdID {  
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			10px;
	text-align:			center;
	color: 				#414142;
	line-height: 		160%;
	width:				120px;
}
	
.Pic {
	width:				120px;
	position: 			relative;
	height:				90px;
	padding:			0px;
	
	}

/* Category card - text class */
.CatDesc {
	color: 				#414142;
	text-decoration: 	none;
	}
	
.CatDesc:hover {
	color: 				#D51920;
	text-decoration: 	none;
	}
#SmCatCard {
	position: 		relative;
	margin:			0px;
	padding:		0px;
	padding-top: 	5px;
	width:			130px;
	height:			130px;
	}










		
.
/*	--------------------------------------	*/
/* 	LARGE PRODUCT CARD	                   	*/



.ProdSide { /*Large Product image side container - doesn't seen to be workingbut allows the next class to work! */
	position:			relative;
	width:				360px;
	height:				630px;
}	
.LgCardPic { /* image container on large card */
	background-image: url(Graphics/LgCardBG.jpg);
	background-repeat: repeat-x;
	padding:			10px;
	position:			relative;
	width:				400px;
	height:				500px;
	color:				#D51920;
	text-align:			center;
	}
.Surounding {
	margin-top:			20px;
	position:			relative;
	width:				400px;
	height:				165px;
	text-align:			left;
	color: 				#414142;
	text-decoration: 	none;
	text-transform:   	uppercase;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
}	


	
.LgProdFoot{ /* back / next container */ 
	height:			14px;
	position:		relative;
	text-align:		center;
	font-size:		11px;
	width:			420px;
	margin-bottom:	10px;
	padding-top:	10px;
	padding-bottom: 10px;
	background-color: #D1D3D4;
	}

.LgProdInfo { /* lg card text area container */ 
	width:				280px;
	height:				650px;
	position:			absolute;
	top:				20px;
	right:				0px;
	padding:			10px;
	}
	
.LgProdArea {  /* inside scroll area  */
	height:			630px;
	width:			270px;
	padding-right: 	10px;
	overflow:		auto;
	}

h2.LgProdName {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size:		17px;
	color: 			#005DAC;
	margin-bottom:	10px;
	padding:		0px;
	font-weight:	normal;
	line-height: 	100%;
	text-align:		left;
	width:			250px;
	}
	
h4 { /*lg card product id */ 
	color: 			#414142;
	text-decoration: none;
	font-family: 	Verdana, Arial, Helvetica, sans-serif;	
	font-size: 		10px;
	margin:			0px;
	padding:		0px;
	line-height: 	140%;
	font-weight:	normal;
}


	

	
.LgProdDesc {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;	
	font-size: 		11px;
	color: 			#414142;
	line-height: 	140%;
	padding-top: 	10px;
	width:			250px;

	}

/* For the cell of the price / features / document uploads title - make sure this cell has colspan="3" */
.LgProdVarTitle {
	text-transform: 	capitalize;
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			11px;
	color: 				#005DAC;
	border-bottom:		1px solid #bac5e5;

}

/* For the product feature / price name cell - if this is wrapping too much increase the width. */
.LgProdVarName {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			10px;
	color: 				#005DAC;
	text-transform: 	capitalize;
	line-height: 		160%;
	width: 				80px;
}

/* For the product feature / price details cell  */
.LgProdVarText {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			10px;
	color: 				#414142;
	line-height: 		160%;
	padding-left: 		6px;
}

/* For the variations description cell  */
.varDesc { 
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			10px;
	color: 				#414142;
	padding-left: 	 	6px;
}


/*	--------------------------------------	*/
/* 	PRODUCT MENU                         	*/

/* Cascading product menu styles */


.MenuCellLevel1 {
	font-size:			11px;
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		8px;
	text-align:			left;
	border-bottom:		1px #bac5e5 solid;
	
	}


.MenuCellLevel1On {
	color: 				#D51920;
	font-size:			11px;
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		8px;
	text-align:			left;
	border-bottom:		1px #bac5e5 solid;
	
	}
	
/* Product Level 2 Menu Cells */
.MenuCellLevel2 {
	font-size:			11px;
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		4px;
	padding-bottom: 	2px;
	text-align:			left;
	padding-left:		10px;
	
}



.MenuCellLevel2On {
	color: 				#D51920;
	font-size:			11px;
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		4px;
	padding-bottom: 	2px;
	text-align:			left;
	padding-left:		10px;
	
}

/* Product Level 3 Menu Cells */
.MenuCellLevel3 {
	font-size:			11px;
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		4px;
	padding-bottom: 	2px;
	text-align:			left;
	padding-left:		20px;
}



.MenuCellLevel3On {
	color: 				#D51920;
	font-size:			11px;
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		4px;
	padding-bottom: 	2px;
	text-align:			left;
	padding-left:		20px;
}


/* Product Level 4 Menu Cells */
.MenuCellLevel4 {
	font-size:			11px;
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		4px;
	padding-bottom: 	2px;
	text-align:			left;
	padding-left:		30px;
}



.MenuCellLevel4On {
	color: 				#D51920;
	font-size:			11px;
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		4px;
	padding-bottom: 	2px;
	text-align:			left;
	padding-left:		30px;
}


/* Product Level 5 Menu Cells */
.MenuCellLevel5 {
	font-size:			11px;
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		4px;
	padding-bottom: 	2px;
	text-align:			left;
	padding-left:		40px;
}



.MenuCellLevel5On {
	color: 				#D51920;
	font-size:			11px;
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		4px;
	padding-bottom: 	2px;
	text-align:			left;
	padding-left:		40px;
}
/*  Main product menu text */
A.Light {
	color:				#414142; 
	TEXT-DECORATION: 	none;
}
A.Light:visited {
	color:				#414142; 
	TEXT-DECORATION: 	none
}
A.Light:active {
	color:				#414142; 
	TEXT-DECORATION: 	none
}
A.Light:hover {
	COLOR: 				#D51920; 
	TEXT-DECORATION: 	none
}
A.LightOn {
	COLOR: 				#D51920; 
	TEXT-DECORATION: 	none
}
/*  Main product level 1 menu text */
A.LightLevel1 {
	color:				#414142; 
	TEXT-DECORATION: 	none
}
A.LightLeel1:visited {
	color:				#414142; 
	TEXT-DECORATION: 	none
}
A.LightLevel1:active {
	color:				#414142; 
	TEXT-DECORATION: 	none
}
A.LightLevel1:hover {
	COLOR: 				#D51920; 
	TEXT-DECORATION: 	none
}
A.LightLevel1On {
	COLOR: 				#D51920; 
	TEXT-DECORATION: 	none
}

/*  Main product level 2 menu text */
A.LightLevel2 {
	color:				#005DAC; 
	TEXT-DECORATION: 	none
}
A.LightLevel2:visited {
	color:				#005DAC; 
	TEXT-DECORATION: 	none
}
A.LightLevel2:active {
	color:				#005DAC; 
	TEXT-DECORATION: 	none
}
A.LightLevel2:hover {
	COLOR: 				#D51920; 
	TEXT-DECORATION: 	none
}
A.LightLevel2On {
	COLOR: 				#D51920; 
	TEXT-DECORATION: 	none
}

/*  Main product level 3 menu text */
A.LightLevel3 {
	color:				#005DAC; 
	TEXT-DECORATION: 	none
}
A.LightLevel3:visited {
	color:				#005DAC; 
	TEXT-DECORATION: 	none
}
A.LightLevel3:active {
	color:				#005DAC; 
	TEXT-DECORATION: 	none
}
A.LightLevel3:hover {
	COLOR: 				#D51920; 
	TEXT-DECORATION: 	none
}
A.LightLevel3On {
	COLOR: 				#D51920; 
	TEXT-DECORATION: 	none
}
/*  Main product level 4 menu text */
A.LightLevel4 {
	color:				#005DAC; 
	TEXT-DECORATION: 	none
}
A.LightLevel4:visited {
	color:				#005DAC; 
	TEXT-DECORATION: 	none
}
A.LightLevel4:active {
	color:				#005DAC; 
	TEXT-DECORATION: 	none
}
A.LightLevel4:hover {
	COLOR: 				#D51920; 
	TEXT-DECORATION: 	none
}
A.LightLevel4On {
	COLOR: 				#D51920; 
	TEXT-DECORATION: 	none
}

/*	--------------------------------------	*/
/* 	NAV AND FORM	                         	*/

/* "View Cart" order form classes */
.OrderBox {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 3px;
	padding-right: 3px;
	color: #005DAC;
	border: 1px  solid  #bfbfbf ;
	background-color: #ffffff;
	width:		90%px;
}
.OrderTitle {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	FONT-weight: bold;
	line-height: 180%;
	color:		#D51920;
	white-space: nowrap;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #d9d8d8;
	border-bottom: 1px  solid  #bfbfbf ;
	border-right: 1px  solid  #bfbfbf ;
}

.OrderText {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	border-bottom: 1px  solid  #bfbfbf ;
}
.OrderSubmit {
	height: 30px;
	white-space: nowrap;
	padding-left: 3px;
	padding-right: 3px;
	background-color:	#ffffff;
}

/* navigation bar for ezycat product systems with sub cats */
#Nav {
	position:relative;
	top:6px;
	left:35px;
	display:block;
	clear:both;
}

.NavCell {
	text-transform: lowercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	color: #5974b9;
	font-weight: normal;
	text-decoration: none;
}

.NavBar {
	text-transform: lowercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	color: #5974b9;
	font-weight: normal;
	text-decoration: none;
}

.NavBarOn {
	text-transform: lowercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	color: #5974b9;
	font-weight: bold;
	text-decoration: none;
}
