@charset "UTF-8";
/* CSS Document */

html { 
	width: 						100%; 
	height: 					100%; 
	}

body {
	width: 						100%; 
	height: 					100%; 
	margin: 					0px 0px 0px 0px;
	background-color: 			#404040;
	font-family: 				Arial, verdana, san-serif; /* "Century Gothic", arial, verdana, san-serif; */
	font-size: 					12px;
	}
	
ul, li, p, q, h1, h2, h3, h4, h5, h6 {
	padding: 					0;
	margin:  					0;
	list-style: 				none;
	}
	
.clr{
	clear: 						both;
	}
	
img {
	border: 					none;
	}
	
.small_descr { 
	font-size: 					10px;
	font-weight: 				bold;
	}
.lined {
	border-style: 				solid;
	border-width: 				0px 0px 1px 0px;
	border-color: 				#5C1300;
	}
	
.page_title {
	font-size: 					24px;
	font-weight: 				bold;
	color: 						#5C1300;
	}

.xsmall { 
	font-size: 					9px;
	}
.small { 
	font-size: 					10px;
	}
.normal { 
	font-size: 					12px;
	}
.medium { 
	font-size: 					14px;
	}
.large { 
	font-size: 					16px;
	}
.xlarge { 
	font-size: 					18px;
	}
.huge { 
	font-size: 					20px;
	}
	
.left { 
	text-align: 				left;
	}
.center { 
	text-align: 				center;
	}
.right { 
	text-align: 				right;
	}
.justify { 
	text-align: 				justify;
	}

.top { 
	vertical-align: 			middle;
	}
.middle { 
	vertical-align: 			middle;
	}
.bottom { 
	vertical-align: 			bottom;
	}

.bold { 
	font-weight: 				bold;
	}
.italic { 
	font-style: 				italic;
	}

.color_light { 
	color: 						orange;
	}
.color_dark { 
	color: 						#5C1300;
	}

.block { 
	display: 					block;
	}
.no_display { 
	display: 					none;
	}

.check-head {
	font-size: 					140%;
	text-decoration: 			underline;
	}
	
#wrapper_top {													/* Top Wrapper */
	background-image: url(../images/template_top_bar.png);
	background-repeat: repeat-x;
	background-color: #c6ecf5;
	height: 75px;
	}
	#wrapper_top_main {											/* Top Wrapper Main */
		margin: 0 auto;
		height: 57px;
		background-image: url(../images/bkg_top_repeat.jpg);
		}
		#wrapper_top_main_constrained {
			margin: 0 auto;
			width: 1010px;
			height: 57px;
			background-image: url(../images/bkg_top_long.png);
			background-repeat: no-repeat;
			}
	
#wrapper_body { 												/* Page Wrapper */
	margin: 0 auto;
	background-image: url(../images/template_body_bkg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	}
	#wrapper_menu {												/* Menu Wrapper */
		margin: 0 auto;
		background-image: url(../images/template_main_top.png);
		background-repeat: no-repeat;
		width: 1010px;
		height: 101px;
		}
		#wrapper_menu_top_spacer {								/* Menu Main Wrapper Top Spacer */
			margin: 0 auto;
			height: 27px;
			}
		#wrapper_menu_main {									/* Menu Main Wrapper */
			margin: 0 auto;
			width: 950px;
			height: 69px;
			}
			#wrapper_menu_main ul {
				margin-left: 75px;
				font-size: 14px;
				text-align: center;
				color: #ffffff;
				}
				#wrapper_menu_main ul li {
					display: block;
					float: left;
					line-height: 5.0em;
					}
			#wrapper_menu_main a {
				position: relative;
				text-decoration: none;
				color: #ffffff;
				display: block;
				height: 69px;
				padding: 0 15px;
				border-right: 1px solid #7e969d;
				}
				.menu_border_left {
					border-left: 1px solid #7e969d;
					}
				#wrapper_menu_main a:hover {
					text-decoration: none;
					color: #ffffff; /* 89efec */
					background-image: url(../images/menu_bkg_rollover.png);
					background-repeat: repeat-x;
					}
	#wrapper_header {											/* Header/Banner Wrapper */
		margin: 0 auto;
		background-image: url(../images/template_main_top_bkg.png);
		background-repeat: repeat-y;
		width: 1010px;
		/* overflow: hidden; */ /* Hide Header/Banner Overflow */
		}
		#wrapper_header_main {									/* Header/Banner Main Wrapper */
			margin: 0 auto;
			padding-top: 3px;
			padding-bottom: 7px;
			width: 950px;
			min-height: 20px;
			}
			#wrapper_banner_homepage {
				margin: 0;
				padding: 0;
				background-image: url(../images/banner_homepage.jpg);
				background-repeat: no-repeat;
				width: 950px;
				height: 275px;
				}
				#wrapper_banner_homepage h1 {
					color: #ffffff;
					font-size: 18px;
					padding: 0 0 5px 15px;
					}
				#wrapper_banner_homepage h2 {}
				#wrapper_banner_homepage h3 {}
				#wrapper_banner_homepage h4 {}
				#wrapper_banner_homepage h5 {}
				#wrapper_banner_homepage h6 {}
				#wrapper_banner_homepage p {}
				#wrapper_banner_homepage a {}
					#wrapper_banner_homepage a:hover {}
				#wrapper_banner_homepage ul {
					padding: 10px 0 5px 35px;
					}
					#wrapper_banner_homepage ul li {
						list-style-type: none;
						color: #ffffff;
						font-size: 13px;
						padding: 2px 0 2px 0;
						}
				#wrapper_banner_homepage_column_left {
					float: left;
					width: 210px;
					height: 274px;
					}
					#wrapper_banner_homepage_column_left_1 {
						float: left;
						width: 210px;
						height: 130px;
						}
						#wrapper_banner_homepage_column_left_1 h1 {
							color: #ffffff;
							font-size: 30px;
							padding: 30px 0 0 105px;
							}
						#wrapper_banner_homepage_column_left_1 h5 {
							color: #ffffff;
							font-size: 12px;
							padding: 0 0 0 112px;
							}
						#wrapper_banner_homepage_column_left_1 h6 {}
						#wrapper_banner_homepage_column_left_1 p {
							color: #ffffff;
							font-size: 11px;
							padding: 10px 30px 0 30px;
							}
						#wrapper_banner_homepage_column_left_1 a {}
							#wrapper_banner_homepage_column_left_1 a:hover {}
						#wrapper_banner_homepage_column_left_1 ul {
							padding: 10px 0 5px 35px;
							}
							#wrapper_banner_homepage_column_left_1 ul li {
								list-style-type: none;
								color: #ffffff;
								font-size: 13px;
								padding: 2px 0 2px 0;
								}
					#wrapper_banner_homepage_column_left_2 {
						float: left;
						width: 210px;
						height: 144px
						}
						#wrapper_banner_homepage_column_left_2 h1 {
							color: #ffffff;
							font-size: 22px;
							padding: 10px 0 0 65px;
							}
						#wrapper_banner_homepage_column_left_2 p {
							color: #ffffff;
							font-size: 11px;
							padding: 0 25px 0 35px;
							}
						#wrapper_banner_homepage_column_left_2 a {
							color: #ffffff;
							text-decoration: none;
							}
							#wrapper_banner_homepage_column_left_2 a:hover {
								color: #e0f5fe;
								text-decoration: underline;
								}
				#wrapper_banner_homepage_column_middle {
					float: left;
					width: 434px;
					height: 274px;
					}
					#wrapper_banner_homepage_column_middle h1 {
						color: #ffffff;
						font-size: 20px;
						font-weight: bold;
						padding: 34px 0 0 27px;
						}
					#wrapper_banner_homepage_column_middle_1 {
						float: left;
						width: 217px;
						height: 216px;
						}
						#wrapper_banner_homepage_column_middle_1 h2 {
							color: #ffffff;
							font-size: 14px;
							font-weight: bold;
							padding: 5px 0 0 28px;
							}
						#wrapper_banner_homepage_column_middle_1 p {
							color: #ffffff;
							font-size: 12px;
							font-weight: normal;
							padding: 5px 5px 3px 28px;
							}
					#wrapper_banner_homepage_column_middle_2 {
						float: left;
						width: 217px;
						height: 216px;
						}
						#wrapper_banner_homepage_column_middle_2 h2 {
							color: #ffffff;
							font-size: 14px;
							font-weight: bold;
							padding: 5px 0 0 28px;
							}
						#wrapper_banner_homepage_column_middle_2 p {
							color: #ffffff;
							font-size: 12px;
							font-weight: normal;
							padding: 5px 15px 3px 10px;
							}	
				#wrapper_banner_homepage_column_right {
					float: left;
					width: 305px;
					height: 274px;
					}
					#wrapper_banner_homepage_column_right h1 {
						color: #00508c;
						font-size: 15px;
						font-weight: bold;
						padding: 9px 25px 1px 27px;
						}
					#wrapper_banner_homepage_column_right p {
						color: #ffffff;
						font-size: 11px;
						padding: 30px 25px 0 27px;
						}
			#wrapper_banner_webhosting {}
			#wrapper_banner_features {}
			#wrapper_banner_whyus {}
			#wrapper_banner_guarantees {}
			#wrapper_banner_supportcenter {}
			#wrapper_banner_contactus {}
			#wrapper_banner_signup {}
			#wrapper_banner_login{}
			#wrapper_banner_blog {}
			#wrapper_banner_domain {}
			#wrapper_banner_knowledgebase {}
			#wrapper_banner_downloads {}
			#wrapper_banner_sitemap {}
			#wrapper_banner_clientarea {}
	#wrapper_header_shadow_base {								/* Header/Banner Base Shadow Wrapper */
		margin: 0 auto;
		background-image: url(../images/template_main_top_bottom_shadow.png);
		background-repeat: no-repeat;
		width: 1010px;
		height: 21px;
		}
	#wrapper_content {											/* Content Wrapper */
		margin: 0 auto;
		background-image: url(../images/template_body_repeat.png);
		background-repeat: repeat-y;
		width: 1010px;
		min-height: 450px;
		}
		#wrapper_content_body {									/* Content Body Wrapper */
			margin: 0 38px 0 38px;
			padding-bottom: 6px;
			background-image: url(../images/template_body_gradient.jpg);
			background-repeat: no-repeat;
			width: 934px;
			min-height: 450px;
			}

	#wrapper_footer {											/* Footer Wrapper */
		margin: auto auto;
		background-image: url(../images/template_footer_bkg.jpg);
		background-repeat: repeat-x;
		background-color: #404040;
		height: 100%;
		}
		#wrapper_footer_main {									/* Footer Wrapper Body */
			margin: 0 auto;
			background-image: url(../images/template_footer.png);
			background-repeat: no-repeat;
			width: 1010px;
			height: 190px;
			}
			#wrapper_footer_main_columns {						/* Footer Columns Wrapper */
				margin: 0 auto;
				width: 934px;
				}
				#wrapper_footer_main_left {						/* Footer Column Left */
					float: left;
					width: 311px;
					height: 160px;
					}
				#wrapper_footer_main_middle {					/* Footer Column Middle */
					float: left;
					width: 311px;
					height: 160px;
					}
				#wrapper_footer_main_right {					/* Footer Column Right */
					float: left;
					width: 311px;
					height: 160px;
					}
				.wrapper_footer_content {
					margin: 17px 17px 12px 15px;
					}
					.wrapper_footer_content h1 {
						font-size: 20px;
						color: #006;
						}
					.wrapper_footer_content h2 {
						font-size: 16px;
						}
					.wrapper_footer_content h3 {
						font-size: 14px;
						font-weight: normal;
						color: #4274AA;
						padding: 2px 0 2px 0;
						}
					.wrapper_footer_content h4 {}
					.wrapper_footer_content h5 {}
					.wrapper_footer_content h6 {}
					.wrapper_footer_content p {
						padding: 1px 5px 1px 5px;
						color: #000000;
						}
					.wrapper_footer_content a {
						color: #004453;
						text-decoration: none;
						}
						.wrapper_footer_content a:hover {
							color: #5278a0;
							text-decoration: underline;
							}
					
		#footer_main_bottom {									/* Footer Bottom Copyright */
			margin: 0 auto;
			padding-bottom: 30px;
			width: 1010px;
			}
			#footer_main_bottom_left {
				float: left;
				width: 505px;
				color: #ffffff;
				}
				#footer_main_bottom_left ul {
					text-align: left;
					color: #ffffff;
					font-size: 10px;
					padding-left: 25px; 
					}
					#footer_main_bottom_left ul li {
						display: inline;
						padding: 0 5px 0 5px;
						}
				#footer_main_bottom_left a {
					color: #ffffff;
					text-decoration: none;
					}
				#footer_main_bottom_left a:hover {
					color: #d6f0fe;
					text-decoration: underline;
					}
			#footer_main_bottom_right {
				float: left;
				width: 505px;
				color: #ffffff;
				}
				#footer_main_bottom_right ul {
					text-align: right;
					color: #ffffff;
					font-size: 10px;
					padding-right: 25px;
					}
					#footer_main_bottom_right ul li {
						display: inline;
						padding: 0 5px 0 5px;
						}
				#footer_main_bottom_right a {
					color: #ffffff;
					text-decoration: none;
					}
					#footer_main_bottom_right a:hover {
						color: #d6f0fe;
						text-decoration: underline;
						}


#logo {
	float: left;
	padding-left: 20px;
	width: 334px;
	height: 57px; /* 75px */
	}
#top_menu {
	float: left;
	padding-right: 30px;
	width: 626px;
	height: 57px;
	text-align: right;
	color: #000000;
	}
	#top menu ul {}
		#top_menu ul li {
			display: block;
			float: right;
			height: 57px;
			font-size: 12px;
			font-weight: normal;
			}
	#top_menu a {
		color: #ffffff;
		padding: 0 12px;
		display: block;
		font-weight: bold;
		text-decoration: none;
		height: 57px;
		line-height: 4.8em;
		}
		#top_menu a:hover {
			color: #ffffff;
			text-decoration: none;
			background-image: url(../images/menu_bkg_rollover.png);
			background-repeat: repeat-x;
			}
	
/* Start Bottom 3 Buttons CSS */

.bottom_buttons {
	float: left;
	width: 932px;
	}
	
/* Start 3 Column Homepage CSS */

.column_3_left {
	float: left;
	width: 290px;
	margin: 0 10px 10px 12px;
	} 
	.column_3_left_title {
		float:left;
		width: 280px;
		height: 25px;
		background-image: url(../images/bar_01.png);
		background-repeat: no-repeat;
		font-size: 18px;
		color: #ffffff;
		padding: 0 0 0 10px;
		}
	.column_3_left_content {
		float: left;
		width: 290px;
		/*min-height: 200px;*/
		height: 287px;
		/*background-image: url(../images/homepage_plans_columns_bkg_sides.png);*/
		background-image: url(../images/homepage_package_bkg_1.jpg);
		background-repeat: repeat-y;
		}
		.column_3_left_content h2 {
			padding: 6px 10px 2px 10px;
			font-size: 15px;
			font-weight: bold;
			color: #2a7cab;
			}
		.column_3_left_content p {
			padding: 2px 10px 0 15px;
			}
	.column_3_left_content_bottom {
		float: left;
		width: 290px;
		height: 3px;
		background-image: url(../images/homepage_plans_columns_bkg_bottom.png);
		background-repeat: no-repeat;
		}

.column_3_middle {
	float: left;
	width: 290px;
	margin: 0 10px 10px 10px;
	}
	.column_3_middle_title {
		float: left;
		width: 280px;
		height: 25px;
		background-image: url(../images/bar_01.png);
		background-repeat: no-repeat;
		font-size: 18px;
		color: #ffffff;
		padding: 0 0 0 10px;
		}
	.column_3_middle_content {
		float: left;
		width: 290px;
		/*min-height: 200px;*/
		height: 287px;
		/*background-image: url(../images/homepage_plans_columns_bkg_sides.png);*/
		background-image: url(../images/homepage_package_bkg_2.jpg);
		background-repeat: repeat-y;
		}
		.column_3_middle_content h2 {
			padding: 6px 10px 2px 10px;
			font-size: 15px;
			font-weight: bold;
			color: #2a7cab;
			}
		.column_3_middle_content p {
			padding: 2px 10px 0 15px;
			}
	.column_3_middle_content_bottom {
		float: left;
		width: 290px;
		height: 3px;
		background-image: url(../images/homepage_plans_columns_bkg_bottom.png);
		background-repeat: no-repeat;
		}

.column_3_right {
	float: left;
	width: 290px;
	margin: 0 10px 10px 10px;
	}
	.column_3_right_title {
		float: left;
		width: 280px;
		height: 25px;
		background-image: url(../images/bar_01.png);
		background-repeat: no-repeat;
		font-size: 18px;
		color: #ffffff;
		padding: 0 0 0 10px;
		}
	.column_3_right_content {
		float: left;
		width: 290px;
		/*min-height: 200px;*/
		height: 287px;
		/*background-image: url(../images/homepage_plans_columns_bkg_sides.png);*/
		background-image: url(../images/homepage_package_bkg_3.jpg);
		background-repeat: repeat-y;
		}
		.column_3_right_content h2 {
			padding: 6px 10px 2px 10px;
			font-size: 15px;
			font-weight: bold;
			color: #2a7cab;
			}
		.column_3_right_content p {
			padding: 2px 10px 0 15px;
			}
	.column_3_right_content_bottom {
		float: left;
		width: 290px;
		height: 3px;
		background-image: url(../images/homepage_plans_columns_bkg_bottom.png);
		background-repeat: no-repeat;
		}
		
#content_body_left {
	float: left;
	width: 720px;
	min-height: 500px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	#content_body_left h1 {
		background-image: url(../images/left_column_header_inner.png);
		background-repeat: no-repeat;
		color: #039;
		font-size: 18px;
		color: #ffffff;
		font-weight: normal;
		padding: 2px 0 4px 10px;
		}
	#content_body_left_main {
		background-image: url(../images/left_column_bkg_lines_side.png);
		background-repeat: repeat-y;
		}
		#content_body_left_main h2 {
			color: #007cab;
			font-size: 18px;
			padding: 5px 0 5px 10px;
			}
		#content_body_left_main h3 {
			color: #005575;
			font-size: 14px;
			padding: 2px 0 5px 10px;
			}
		#content_body_left_main h4 {
			color: #005e8d;
			font-size: 11px;
			padding: 2px 0 5px 10px;
			}
		#content_body_left_main h5 {
			color: #036f98;
			font-size: 10px;
			padding: 2px 0 5px 10px;
			}
		#content_body_left_main h6 {
			color: #0d3b4d;
			font-size: 8px;
			padding: 2px 0 5px 10px;
			}
		#content_body_left_main p {
			text-align: justify;
			font-size: 12px;
			padding: 6px 10px 6px 10px;
			}
		#content_body_left_main a {
			color: #09F;
			text-decoration: underline;
			}
			#content_body_left_main a:hover {
				color: #006;
				text-decoration: none;
				}
		#content_body_left_main ul {
			padding: 2px 0 2px 30px;
			}
			#content_body_left_main ul li {
				list-style-image: url(../images/bullet_ul.png);
				text-align: justify;
				padding: 1px 10px 1px 2px;
				}
			#content_body_left_main ul ul {
				padding: 2px 0 2px 15px;
				}
				#content_body_left_main ul ul li {
					list-style-image: url(../images/icon_arrow_blue.png);
					text-align: justify;
					padding: 1px 10px 1px 2px;
					}
				#content_body_left_main ul ul ul {
					padding: 2px 0 2px 15px;
					}
					#content_body_left_main ul ul ul li {
						list-style-image: url(../images/icon_arrow_blue_2.png);
						text-align: justify;
						padding: 1px 10px 1px 2px;
						}
		#content_body_left_main_bottom {
			float: left;
			width: 720px;
			height: 5px;
			background-image: url(../images/left_column_bkg_lines_bottom.png);
			background-repeat: no-repeat;
			}
#content_menu_right {
	float: left;
	width: 200px;
	min-height: 500px;
	padding-bottom: 5px;
	padding-left: 2px;
	}

#menu_right {
	width: 200px;
	color: #702208;
	font-family: Arial, verdana, san-serif;
	list-style: none;
	padding: 0 0 0 2px;
	margin: 0;
	font-size: 11px;
	}
	#menu_right h1 {
		color:#ffffff;
		background-image: url(../images/right_column_header.png);
		background-repeat: no-repeat;
		width: 200px; 
		height: 28px;
		text-indent: 10px;
		line-height: 1.6em;
		font-weight: normal;
		font-size: 16px;
		}
	#menu_right h2 {
		color:#ffffff;
		background-image: url(../images/right_column_header_inner.png);
		background-repeat: no-repeat;
		width: 200px; 
		height: 28px;
		text-indent: 10px;
		line-height: 1.6em;
		font-weight: normal;
		font-size: 16px;
		}
	#menu_right ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 200px; 												/* Main Menu Item widths */
		}

.button_main_1 {
	width: 200px;
	/*height: 28px;*/
	color: #ffe7b8;
	text-indent: 30px;
	font-size: 13px;
	}
	.button_main_1 ul li {
		position: relative;
		}
	.button_main_1 li a {												/* For Rest State */
		background-image:url(../images/right_column_button_off.jpg);
		background-repeat: no-repeat;
		width: 200px;
		height: 28px;
		display: block;
		color: #236a9d;
		text-decoration: none;
		line-height: 2.1em;
		}
	.button_main_1 li a:hover {										/* For Rest State */
		background-image:url(../images/right_column_button_over.jpg);
		background-repeat: no-repeat;
		width: 200px;
		height: 28px;
		display: block;
		color: #ffffff;
		text-decoration: none;
		}
	.column_right {
		width: 200px;
		min-height: 30px;
		background-image: url(../images/right_column_bkg.jpg);
		background-repeat: repeat-y;
		}
		.column_right p {
			color: #000000;
			padding: 5px 5px 5px 5px;
			font-size: 12px;
			}
		.column_right small {
			color: #000000;
			padding: 5px 5px 5px 5px;
			}
		.column_right a {
			color: #26719f;
			text-decoration: none;
			}
			.column_right a:hover {
				color: #95c3d8;
				text-decoration: underline;
				}
		.column_right input {
			margin-left: 10px;
			}
	.column_right_bottom_sides {
		float: left;
		width: 200px;
		min-height: 20px;
		background-image: url(../images/right_column_bkg_bottom.jpg);
		background-repeat: repeat-y;
		}
	.column_right_bottom_curved {
		float: left;
		width: 200px;
		height: 8px;
		background-image: url(../images/right_column_bkg_bottom_curved.png);
		background-repeat: no-repeat;
		}

/* Price Page CSS Start */

#comparison_container {
	width:695px;
	}
	#comparison_middle {
	width:690px;
	float:left;
	padding:0 0 0 15px;
		}
		.row {
			height: 30px;
			/*float:left;*/
			}
		.column1{
			padding-left: 20px;
			font-size:12px;
			width:175px;
			float:left;
			}
		.column2{
			font-size:12px;
			width:85px;
			float:left;
			}
		.column3{
			font-size:12px;
			width:85px;
			float:left;
			}
		.column4{
			font-size:12px;
			width:85px;
			float:left;
			}
		.column5{
			font-size:12px;
			width:85px;
			float:left;
			}
		.column6{
			font-size:12px;
			width:85px;
			float:left;
			}
		.column7{
			font-size:12px;
			width:85px;
			float:left;
			}
			
/* Price Page CSS End */

/* Tutorials Page CSS Start */

#tutorials-wrapper {
	float: left;
	width: 700px;
	padding-left: 1px;
	}
	#tutorials-wrapper h3 {
		background:url(../images/cp11micro/tuth3.gif) no-repeat top #d5d5d5;
		color:#333;
		font: 16px;
		margin:10px 0 0 0;
		padding: 10px 10px 5px 10px;
		border-bottom:solid 1px #666;
		width:698px;
		display:block;
		}
	.tutorials_heading {
		float: left;
		width: 698px;
		padding-left: 1px;
		}
		.tutorials_heading h3 {
			background: url(../images/cp11micro/tuth3.gif) no-repeat top #d5d5d5;
			color: #333;
			font: 16px;
			padding: 10px 10px 5px 10px;
			border-bottom: solid 1px #2a7cab;
			border-top: solid 1px #2a7cab;
			width: 708px;
			display: block;
			}
	.tut-content {
		background: no-repeat top #f4f4f4;
		padding: 10px 10px 10px 10px;
		width: 698px;
		border-bottom: #999 solid 1px;
		border-left: #2a7cab solid 1px;
		border-right: #2a7cab solid 1px;
		}
		.tut-content p {
			padding: 3px;
			margin: 3px;
			}
		.tut-content h4 {
			color: #00566a;
			font-weight: bold;
			font-size: 14px;
			}
