body{
	 padding:0px; 
	 margin:0px;
	 background:#dfdfdf;
	 font-family:Verdana, arial, Helvetica, sans-serif;
}

/*************************************/
/*            type styles            */
/*************************************/

.box_heading_reverse {font-size:18px;}

.box_heading {
	font-size:18px;
	margin-bottom:10px;
	padding-bottom:1px;
	color:#00668C;
	font-family:arial, Helvetica, sans-serif;
}
.box_heading_12 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:0px;
}
.box_heading_reverse {
 	font-size:18px;
	font-family:arial, Helvetica, sans-serif;
}
h1 {
	font-family:arial, Helvetica, sans-serif;
	font-size:27px;
	/* added to keep H1 away from the top of boxes */
	line-height:32px;
	font-weight:bold;
	color:#000;
	padding:0px;
	margin:6px 0px;  
}
h2 {
	font-family:arial, Helvetica, sans-serif;
	font-size:20px;
	/* added to keep H1 away from the top of boxes */
	line-height:28px;
	/* font-weight:bold; */
	color:#000;
	padding:0px;
	margin:6px 0px;  
}
.plain, p , ul, ol{
	font-size:13px;
	line-height:15px;
	margin-top:0px;
	color:#000000;
	font-family: Verdana, arial, Helvetica, sans-serif;
	max-height: 999999px;
}
.small , .breadcrumb, .footer_text{
	font-size:11px;
	line-height:13px;
	margin-top:0px;
	color:#000000;
	font-family: Verdana, arial, Helvetica, sans-serif;
}
.intro_par {
	font-size:14px;
	line-height:18px;
	font-family: Verdana, arial, Helvetica, sans-serif;
}
.intro_par20 {
	font-size:18px;
	line-height:24px;
}
ul {
	font-size:13px;
	font-family: Verdana, arial, Helvetica, sans-serif;
	margin-left:16px;
	padding-left:0px;
	padding-top:0px;
	margin-top:0px;
	color: #000000;
}
ol {
	font-size:13px;
	font-family: Verdana, arial, Helvetica, sans-serif;
	margin-left:16px;
	padding-left:0px;
	padding-top:0px;
	margin-top:0px;
	color: #000000;
}
li {
	/* line-height:15px;*/
	/* margin-bottom:4px;*/
	font-family: Verdana, arial, Helvetica, sans-serif;
	color: #000000;
}
li.list1 {
	list-style: square outside; color:#F26522;
}
a {
	color:#0068CE; 
	text-decoration:none;
}
a.box_heading_reverse {
	color:#ffffff; 
	text-decoration:none;
}
/*        old FreePint styles        */
a:link {text-decoration: none;}
a:visited {text-decoration: none;} 
a:active {text-decoration: none;}
a:hover {text-decoration: none; text-decoration: underline;}
td.box_heading_reverse {
	color:#ffffff; 
	text-decoration:none;
}
td.plain {color: #000000;}
td {
	color: #000000;
	bgcolor: #ffffff;
	}

.highlight_orange {
	background:#f68300;
	color:#fff;
	padding:3px;
}
.highlight_red {
	background:#d84a1d;
	color:#fff;
	padding:2px;
}
.highlight_green {
	background:#1FA600;
	color:#fff;
	padding:4px;
}
/* 251115: Renamed 'old' */
.highlight_green_old {
	background:#008b59;
	color:#fff;
	padding:2px;
}
/* 180714: Renamed 'old' */
.highlight_blue_old_old {
	background:#008bc9;
	color:#fff;
	padding:2px;
}
/* 180714: This blue matches the gradient boxes */
.highlight_blue_old {
	background:#0067CE;
	color:#fff;
	padding:3px;
}
/* 150914: This blue matches the logo */
.highlight_blue {
	background:#0094D1;
	color:#fff;
	padding:3px;
}
/*        old FreePint styles        */
.ItemStyle {
	list-style-image: url(https://web.freepint.com/library/inc/file.gif);
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;

}
.PopItemStyle {
	list-style-image: url(https://web.freepint.com/library/inc/folder.gif);
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;

}
/* 111215: New rounded-corner button styling */
.button_green, .button_green:hover, .button_green:focus{
	/*adjust the roundness*/
	border-radius: 4px;
	moz-border-radius: 4px;
	webkit-border-radius: 4px;
	/*change border colour*/
	border:1px #1FA600 solid;
	background-color: #1FA600;
	color: #ffffff;
	padding: 5px;
	text-decoration: none;
	text-transform: none;
	cursor: pointer;
	line-height:20px;
}
/* 111215: New rounded-corner button styling */
.button_orange, .button_orange:hover, .button_orange:focus{
	/*adjust the roundness*/
	border-radius: 4px;
	moz-border-radius: 4px;
	webkit-border-radius: 4px;
	/*change border colour*/
	border:1px #f68300 solid;
	background-color: #f68300;
	color: #ffffff;
	padding: 5px;
	text-decoration: none;
	text-transform: none;
	line-height:20px;
}
/* 111215: New rounded-corner button styling */
.button_blue, .button_blue:hover, .button_blue:focus{
	/*adjust the roundness*/
	border-radius: 4px;
	moz-border-radius: 4px;
	webkit-border-radius: 4px;
	/*change border colour*/
	border:1px #0094D1 solid;
	background-color: #0094D1;
	color: #ffffff;
	padding: 5px;
	text-decoration: none;
	text-transform: none;
	cursor: pointer;
	line-height:20px;
}
/* 111215: New rounded-corner button styling */
.button_red, .button_red:hover, .button_red:focus{
	/*adjust the roundness*/
	border-radius: 4px;
	moz-border-radius: 4px;
	webkit-border-radius: 4px;
	/*change border colour*/
	border:1px #DD1F26 solid;
	background-color: #DD1F26;
	color: #ffffff;
	padding: 5px;
	text-decoration: none;
	text-transform: none;
	cursor: pointer;
	line-height:20px;
}
/* 060115: New submit button styling */
#submitBlue {
	background-color: #0094D1;
	color: #fff;
	font-weight:bold;
	padding: 5px;
	font-size:12px;
	font-family: Verdana, arial, Helvetica, sans-serif;
	border:1px #0094D1 solid;
	/*adjust the roundness*/
	border-radius: 4px;
	moz-border-radius: 4px;
	webkit-border-radius: 4px;
	cursor: pointer;
}
#submitGreen{
	background-color: #1FA600;
	color: #fff;
	font-weight:bold;
	padding: 5px;
	font-size:12px;
	font-family: Verdana, arial, Helvetica, sans-serif;
	border:1px #1FA600 solid;
	/*adjust the roundness*/
	border-radius: 4px;
	moz-border-radius: 4px;
	webkit-border-radius: 4px;
	cursor: pointer;
}
#submitGreenOld{
	background-color: #6CB123;
	color: #fff;
	font-weight:bold;
	padding: 3px;
	font-size:12px;
	font-family: Verdana, arial, Helvetica, sans-serif;
}
#submitOrange, #submitOrange:hover, #submitOrange:focus{
	background-color: #f68300;
	color: #fff;
	font-weight:bold;
	padding: 5px;
	font-size:13px;
	font-family: Verdana, arial, Helvetica, sans-serif;
	border:1px #f68300 solid;
	/*adjust the roundness*/
	border-radius: 4px;
	moz-border-radius: 4px;
	webkit-border-radius: 4px;
	cursor: pointer;
}
/*************************************/
/*      overarching navigation       */
/*************************************/
.overarch_div {
	margin:0px auto;
	padding:0px;
	margin-bottom:14px!important;
	padding-top:0px;
	height:25px;
	width:960px; 
	text-align:center; 
	font-size:11px;
	text-decoration:none;
	vertical-align:center;
}
ul#overarch_list{
	margin:0px;
	padding:0px;
}
#overarch_list li
{
	display:inline;
	list-style-type:none;
	line-height:22px;
}
#overarch_list a { 
	padding:6px 10px!important;
	font-weight:bold; 
}
#overarch_list a:link, #overarch_list a:visited
{
	color: #333333;
	text-decoration: none;
}
#overarch_list a:hover{
	color: #000;
	background:url(https://web.freepint.com/library/inc/top_hover.gif) no-repeat;
	background-position:bottom right;
	text-decoration: none;
}
#active{
	color: #000;
	background:url(https://web.freepint.com/library/inc/top_hover.gif) no-repeat;
	background-position:bottom right;
	text-decoration: none;
	padding: 6px 10px!important;
	font-weight:bold;
}

/* overarch nav popup boxes */
.overarch_basediv {
	z-index:9000;
	width:400px;
	position:absolute;
	display:none;
}
.overarch_top{
	background:url(https://web.freepint.com/library/inc/overarch_bg_top.gif) no-repeat;
	background-position:left top;
	height:18px;
}
.overarch_bot {
	background:url(https://web.freepint.com/library/inc/overarch_bg_bot.gif) no-repeat;
	background-position:right bottom;
	height:16px;
}
.overarch_bg{
	background:url(https://web.freepint.com/library/inc/overarch_bg.gif) repeat-x;
	background-position:bottom;
	padding:0px 16px;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	border-color:1px solid #ffffff;
}
.overarch_bg img {
	padding:3px 15px 0px 0px;
}
.overarch_bg div { 
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
}
.overarch_bg a, .overarch_bg a:visited {
	color:#ffffff; 
	text-decoration:none; 
	font-weight:bold;
}
.overarch_bg a:hover, .overarch_bg a:visited:hover {
	color:#00ccff;
	text-decoration:underline;
	font-weight:bold;
}




/*************************************/
/*      dropdown navigation menu     */
/*************************************/
.dmenu_item {
	font-size:11px;
	font-weight:normal;
	color:#000000;
	cursor:pointer; cursor:hand;  /*cross-browser*/
	padding:5px 3px 5px 8px;
	background-color:#e5e5e5;
	border-top:1px solid #999999;
}
.dmenu_list {
	z-index: 9000;
	position: absolute;
	display: none;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}




/*************************************/
/*           table layouts           */
/*************************************/
.main_container {
	width:960px;
	border-collapse:collapse;
	padding:0px;
	margin:0px auto;
	background:#ffffff;
	margin-bottom:20px;
}
.corner_main_bot {
	background:url(https://web.freepint.com/library/inc/corner_main_bot.gif) no-repeat; 
	background-position:right bottom; 
	height:17px;
}
.corner_main_top {
	background:url(https://web.freepint.com/library/inc/corner_main_top.gif) no-repeat; 
	background-position:left top; 
	padding-top:11px; 
	padding-left:18px;
	padding-right:18px;
}

/* top table (with logo) */
.table_top { 
	width:924px;
}
.table_top_logo {
	width:214px; 
	padding-top:10px; 
	vertical-align:top
}
.table_top_banner {
	/* width: 480px; */ 
	width: 356px; 
	vertical-align:top
}
.table_top_stretch {
	width: 520px;
}
.table_top_search{ 
	/* width:232px; */
	width:406px;
	color:#999999;
	vertical-align:middle;
	font-size:11px;
}
.table_top_search table td{ 
	padding-bottom:3px;
	text-align:right;
	vertical-align:middle;
}

/* table with section banner */
.table_banner{ 
	margin-top:10px; 
	margin-bottom:8px;
}

/* table with navbar */
.table_nav { 
	/* background:url(https://web.freepint.com/library/inc/bg_nav.gif);  */
	height:32px; width:100%; 
	/* text-align:center; */
}

/* table with main content columns */
.table_main_left {
	width:146px;
	vertical-align:top;
}
.table_main_mid {
	vertical-align:top;
}
.table_main_right {
	padding-top:30px;
	width:252px;
	vertical-align:top;
	text-align:left;
	/* border-left:1px solid #d7d7d7; */
}

/* content section */
.content { 
	margin-top:11px; 
	border-collapse:collapse; 
	width:924px;
}




/*************************************/
/*      functional areas & colors    */
/*************************************/
.box_grey {
	width:232px;  
	border-collapse:collapse; 
	text-align:left; 
	padding:0px; 
	margin-bottom:27px;
}
.box_grey_top {  
	background:#e9e9eb url(https://web.freepint.com/library/inc/corner_grey_top.gif) no-repeat; 
	background-position:left top; 
	padding:8px 14px;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.box_blue_top {  
	// background:#0067CE url(https://web.freepint.com/library/inc/blue_cr.gif) no-repeat; 
	background:#008BC9 url(https://web.freepint.com/library/inc/corner_blue_top.gif) no-repeat; 
	background-position:left top; 
	padding:8px 14px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}
.box_orange_top {  
	background:#f68300 url(https://web.freepint.com/library/inc/corner_orange_top.gif) no-repeat; 
	background-position:left top; 
	padding:8px 14px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}
.box_red_top {  
	background:#d84a1d url(https://web.freepint.com/library/inc/corner_red_top.gif) no-repeat; 
	background-position:left top; 
	padding:8px 14px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}
.box_green_top {  
	background:#008b59 url(https://web.freepint.com/library/inc/corner_green_top.gif) no-repeat; 
	background-position:left top; 
	padding:8px 14px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}
.box_green_light_top {  
	background:#6CB123 url(https://web.freepint.com/library/inc/corner_green_light_top.gif) no-repeat; 
	background-position:left top; 
	padding:8px 14px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}
.box_black_top {  
	background:#000000 url(https://web.freepint.com/library/inc/corner_black_top.gif) no-repeat; 
	background-position:left top; 
	padding:8px 14px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}
.box_purple_top {  
	background:#90386B url(https://web.freepint.com/library/inc/corner_purple_top.gif) no-repeat; 
	background-position:left top; 
	padding:8px 14px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}
.box_grey_bg {  
	background:#e9e9eb; 
	background-position:left top; 
	padding:4px 14px;
	font-size:11px;
	color:#000;
}
.box_blue_bg { 
	background:#F1F8FD;
	background-position:left top; 
	padding:4px 14px;
	font-size:11px;
	color:#000;
}
.box_orange_bg { 
	background:#FFE5C9;
	background-position:left top; 
	padding:4px 14px;
	font-size:11px;
	color:#000;
}
.box_grey_bot {
	background:#e9e9eb url(https://web.freepint.com/library/inc/corner_grey_bot.gif) no-repeat; 
	background-position:right bottom; 
	height:8px;
}
.box_orange_bot {
	background:#FFE5C9 url(https://web.freepint.com/library/inc/corner_orange_bot.gif) no-repeat; 
	background-position:right bottom; 
	height:8px;
}
.box_blue_bot {
	background:#F1F8FD url(https://web.freepint.com/library/inc/corner_blue_bot.gif) no-repeat; 
	background-position:right bottom; 
	height:8px;
}
.box_grey ul {
	 margin-left:16px; 
	 padding-left:0px; 
	 padding-top:0px; 
	 margin-top:0px;
}
.box_beige {
	width:232px;  
	border-collapse:collapse; 
	text-align:left; 
	padding:0px; 
	margin-bottom:27px;
}
.box_beige_top {  
	background:#f2e9d3 url(https://web.freepint.com/library/inc/corner_beige_top.gif) no-repeat; 
	background-position:left top; 
	padding:4px 14px;
	font-size:11px;
}
.box_beige_bot { 
	background:#f2e9d3 url(https://web.freepint.com/library/inc/corner_beige_bot.gif) no-repeat; 
	background-position:right bottom; 
	height:8px;
}
.box_gradient { 
	width:669px;
	background:url(https://web.freepint.com/library/inc/bg_box_gradient.gif) repeat-x;
	background-position:top;
	background-color:#e4e4e4;
	padding:0px; 
	margin:0px; 
	margin-top:20px!important;
	line-height:16px;
	font-size:11px;
	clear:all
}
.box_gradient_green { 
	width:669px;
	background:url(https://web.freepint.com/library/inc/bg_box_gradient_green.gif) repeat-x;
	background-position:top;
	background-color:#E7F7D6;
	padding:0px; 
	margin:0px; 
	margin-top:20px!important;
	line-height:16px;
	font-size:11px;
	clear:all
}
.box_gradient_blue { 
	width:669px;
	background:url(https://web.freepint.com/library/inc/bg_box_gradient_blue.gif) repeat-x;
	background-position:top;
	background-color:#D7EAF7;
	padding:0px; 
	margin:0px; 
	margin-top:20px!important;
	line-height:16px;
	font-size:11px;
	clear:all
}
.box_gradient_orange{ 
	width:669px;
	background:url(https://web.freepint.com/library/inc/bg_box_gradient_orange.gif) repeat-x;
	background-position:top;
	background-color:#FFE5C9;
	padding:0px; 
	margin:0px; 
	margin-top:20px!important;
	line-height:16px;
	font-size:11px;
	clear:all
}
.box_gradient_inner {
	background:url(https://web.freepint.com/library/inc/corner_grey_gradient_bot.gif) no-repeat;
	background-position:bottom right;
	width:661px;
	padding-left:14px;
	padding-top:0px;
}
.box_gradient_small { 
	width:320px;
	background:url(https://web.freepint.com/library/inc/bg_box_gradient.gif) repeat-x;
	background-position:top;
	background-color:#e4e4e4;
	padding:0px; 
	margin:0px; 
	margin-top:20px!important;
	line-height:16px;
	font-size:11px;
}
.box_gradient_small_blue { 
	width:320px;
	background:url(https://web.freepint.com/library/inc/bg_box_gradient_blue.gif) repeat-x;
	background-position:top;
	background-color:#e4e4e4;
	padding:0px; 
	margin:0px; 
	margin-top:20px!important;
	line-height:16px;
	font-size:11px;
}
.box_gradient_small_orange { 
	width:320px;
	background:url(https://web.freepint.com/library/inc/bg_box_gradient_orange.gif) repeat-x;
	background-position:top;
	background-color:#e4e4e4;
	padding:0px; 
	margin:0px; 
	margin-top:20px!important;
	line-height:16px;
	font-size:11px;
}
.box_gradient_small_inner {
	background:url(https://web.freepint.com/library/inc/corner_grey_gradient_bot.gif) no-repeat;
	background-position:bottom right;
	width:312px;
	padding-left:14px;
	padding-top:0px;
}
.left_orange {
	background:#f68300 url(https://web.freepint.com/library/inc/corner_orange_top.gif) no-repeat; 
	background-position:top; 
	width:8px;
}
.left_red {
	background:#d84a1d url(https://web.freepint.com/library/inc/corner_red_top.gif) no-repeat; 
	background-position:top; 
	width:8px;
}
.left_green {
	background:#008b59 url(https://web.freepint.com/library/inc/corner_green_top.gif) no-repeat; 
	background-position:top; 
	width:8px;
}
.left_green_light {
	background:#6CB123 url(https://web.freepint.com/library/inc/corner_green_light_top.gif) no-repeat; 
	background-position:top; 
	width:8px;
}
.left_blue {
	// background:#0067CE url(https://web.freepint.com/library/inc/blue_cr.gif) no-repeat; 
	background:#008BC9 url(https://web.freepint.com/library/inc/corner_blue_top.gif) no-repeat; 
	background-position:top; 
	width:8px;
}
.left_grey {
	background:#e9e9eb url(https://web.freepint.com/library/inc/corner_grey_top.gif) no-repeat; 
	background-position:top; 
	width:8px;
}
/* 150914: New */
.left_grey_gradient {
	background:url(https://web.freepint.com/library/inc/corner_grey_gradient_top.gif) no-repeat; 
	background-position:top; 
	width:8px;
}
.left_black {
	background:#000000 url(https://web.freepint.com/library/inc/corner_black_top.gif) no-repeat; 
	background-position:top; 
	width:8px;
}
.left_purple {
	background:#90386B url(https://web.freepint.com/library/inc/corner_purple_top.gif) no-repeat; 
	background-position:top; 
	width:8px;
}
.left_pink_red {
	background:#D40055 url(https://web.freepint.com/library/inc/corner_pink_red_top.gif) no-repeat; 
	background-position:top; 
	width:8px;
}



/*************************************/
/*      homepage sitemap footer      */
/*************************************/
div#nav_bottom_wrapper {
	width:100%;
	background-image: url(https://web.freepint.com/library/inc/hp_bg_grad.gif);
	background-repeat:repeat-x;
	border-top:1px solid #d7d7d7;
	padding-top:10px;
	height:180px;
}
ul#nav_bottom {
	text-align:left;
	width:940px;
	margin:0px;
	padding:0px 5px 0px 15px;
	font-size:11px;
}
ul#nav_bottom li {
	float:left;
	margin:0px 18px 15px 4px;
	display:block;
	padding:0;
	/* 280514: was width:128px; */
	width:166px;
}
ul#nav_bottom li a {
	text-decoration: none;
	color: #757575;
}
ul#nav_bottom li a:hover {
	text-decoration: underline;
}
ul#nav_bottom li.selected a {
	text-decoration: none;
	color: #0000cc;
}
ul#nav_bottom li.selected li a {
	text-decoration: none;
	color: #0000cc;
}
ul#nav_bottom li.selected li a:hover {
	text-decoration: underline;
}
ul#nav_bottom li li a {
	text-decoration: none;
	color: #757575;
	padding-right:15px;
}
ul#nav_bottom li {
	font-size: 11px;
	font-weight: bold;
}
ul#nav_bottom li ul {
	margin-top: 5px;
	padding: 0;
	margin-left:0px;
}
ul#nav_bottom li li {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	display: block;
	margin: 0 0 4px; /* between elements */
	padding: 0px;
}
ul#nav_bottom li:hover a {
	color: #0000cc;
}
ul#nav_bottom li:hover li a {
	color: #0000cc;
}
ul#nav_bottom li:hover li a:hover {
	text-decoration: underline;
}
ul#nav_bottom li.hover a {
	color: #0000cc;
}
ul#nav_bottom li.hover li a {
	color: #0000cc;
}
ul#nav_bottom li.hover li a:hover {
	text-decoration: underline;
}
li#nav1, li#nav2, li#nav3, li#nav4, li#nav5, li#nav6 {
	min-height: 16em;
}
li#nav6 {
	clear: right;
}




/*************************************/
/*         other misc styles         */
/*************************************/
.input_textbox {
	background:#fff; 
	border:1px solid #5285aa;
	width:90px;
}
.search_button {
	border:1px solid #805010; 
	background:#ffa01f; 
	color:#000; 
	font:bold 10px tahoma; 
	padding:0px;
}
hr {
	border-top:1px solid #9cbbdd;
	border-bottom:0px;
	color:#ffffff;
	height:0px;
}
/* Old FreePint style */
hr {color:"#003490";  size:1;}
hr.grey {
	color:#e9e9eb; 
	height:1px;
}
.ad_tile {
	margin:5px 0px 20px 0px;
}
.rbox_orange {
	width:232px;
	height:85px;
	background:url(https://web.freepint.com/library/inc/rbox_bg_orange.gif) no-repeat;
	font-size:14px;
	# margin-bottom:27px;
}
.rbox_blue {
	width:232px;
	height:85px;
	background:url(https://web.freepint.com/library/inc/rbox_bg_blue.gif) no-repeat;
	font-size:14px;
	# margin-bottom:27px;
}
.tall_rbox_blue {
	width:232px;
	height:180px;
	background:url(https://web.freepint.com/library/inc/rbox_bg_blue_tall.gif) no-repeat;
	font-size:14px;
	margin-bottom:3px;
	padding-right:12px;
	padding-left:12px
}
.tall_rbox_orange {
	width:232px;
	height:180px;
	background:url(https://web.freepint.com/library/inc/rbox_bg_orange_tall.gif) no-repeat;
	font-size:14px;
	margin-bottom:3px;
	padding-right:12px;
	padding-left:12px
}
.rbox_orange td {
	padding-left:14px; 
	text-align:left;
}
.box_orange_125 {
	width:125px;
	height:97px;
	background:url(https://web.freepint.com/library/inc/rbox_bg_orange_125.gif) no-repeat;
	# font-size:12px;
	margin-bottom:0px;
	padding-right:3px;
	padding-left:3px
}
