html,body {
	width:100%;
    } 
body {
	padding: 0;
	margin: 0;
	min-width: 1004px;
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #403d3e;
	background: #4c3b34;
	text-align:center;
	}
	
h1 { font-size:32px; color:#403d3e; margin:15px 0 10px 0; line-height: 32px;}
h2 { font-size:24px; color:#403d3e;}
h3 { font-size:14px; color:#403d3e; text-transform:uppercase; padding:0 0 5px 0; letter-spacing:1px; border-bottom:1px solid #4c3b34;}
h3.no-line, #right-side h3 {padding:0px !important; border-bottom:none;}
h4 { font-size:14px; color:#403d3e; padding:0 0 5px 0; letter-spacing:1px; }


h1 a, h1 a:visited, h1 a:active, h2 a, h2 a:visited, h2 a:active, h3 a, h3 a:visited, h3 a:active {color:#4c3b34;}
h1 a:hover, h2 a:hover, h3 a:hover {color:#00aeef;}

article h1 a, article h1 a:visited, article h1 a:active {color:#00aeef;}

/*article.premium h1 a, article.premium h1 a:visited, article.premium h1 a:active {color:#ff0000;}*/

h1.issue { text-transform:capitalize;}

th {
	background-color: #00aeef;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}

th a, th a:visited, th a:hover, th a:active {
	color: #FFFFFF;
}

a {
	color: #00aeef;
	text-decoration: none;
	outline: none;
	cursor: pointer;
    }
a:hover {
	color: #00aeef;
	text-decoration: underline;
	outline: none;
   	}

#site-container {
	width: 1004px;
	background: #ffffff;
	text-align:left;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

.light-grey-bg {background: #e1dfde;}
.dark-grey-bg {background: #e0dfdd;}
.brown-bg {background: #e0dfdd;}

.gradient1 {background: #bcbaba; height:1px;}
.gradient2 {background: #c8c7c6; height:1px;}
.gradient3 {background: #cfcecd; height:1px;}
.gradient4 {background: #d4d3d2; height:1px;}


#top-banner-ad {
	text-align:center;
	padding: 0px;
	margin:0px;
	line-height:0px;
}

#featured-faces { padding:2px 0 0 10px; height:41px;}
.featured-faces-img {border: 1px solid #fff; margin:0px; padding:0px; cursor: pointer; width:39px; height:39px; position:relative;}
.featured-faces-img:hover {border: 2px solid #00aeef; left:-1px; top: -1px; z-index:2;}
.featured-faces-img-active {border: 2px solid #00aeef; left:-1px; top: -1px; z-index:2;}

.featured-faces-container {width:41px; height:41px; float:left;}
.featured-faces-pop {
	position:relative; 
	display:none; 
	z-index:400; 
	background: url(/design/featured-profiles/arrow.png) no-repeat 60px 0px #fff;
	left:-61px;
	border:2px solid #00aeef; 
	padding:5px;
	margin-top:-8px;
	width:152px;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,.5);
	-ms-box-shadow: 0 5px 5px rgba(0,0,0,.5);
	-o-box-shadow: 0 5px 5px rgba(0,0,0,.5);
	box-shadow: 0 5px 5px rgba(0,0,0,.5);
}

.featured-faces-pop-position_1 { background: url(/design/featured-profiles/arrow.png) no-repeat 0px 0px #fff; left:-1px; }
.featured-faces-pop-position_2 { background: url(/design/featured-profiles/arrow.png) no-repeat 39px 0px #fff; left:-40px; }
.featured-faces-pop-position_23 { background: url(/design/featured-profiles/arrow.png) no-repeat 84px 0px #fff; left:-85px; }
.featured-faces-pop-position_24 { background: url(/design/featured-profiles/arrow.png) no-repeat 125px 0px #fff; left:-124px; }


#logo {margin: 0 49px 0 20px; float:left; border:none;}

#breadcrumb-bar {
	background: #00aeef url(/design/breadcrumb-bg.gif) repeat-x; 
	padding: 0 6px 4px 22px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	margin: 4px 0 0 0;
}

#breadcrumb-bar a,
#breadcrumb-bar a:visited,
#breadcrumb-bar a:active {
	color: #fff;
    }
#breadcrumb-bar a:hover {
	color: #fff; text-decoration: underline;
}

#personal-bar {
	background: #e1dfde;
	padding: 8px 0 8px 0;
	font-size: 11px;
	line-height: 14px;
	height: 47px;
}

#network-news-panel {
	width: 320px;
	border-right: 1px solid #fff;
	float:left;
	height: 47px;
	padding-right:8px;
	margin-left:10px;
}

#coming-events-panel-unreg {
	border-right: 1px solid #fff;
	width: 654px;
	float:left;
	height: 47px;
	line-height:18px;
	position:relative;
	margin-left:10px;
	padding-right:8px;
}

#coming-events-panel {
	border-right: 1px solid #fff;
	float:left;
	width: 320px;
	height: 47px;
	padding-right:8px;	
}

.carousel {
	height: 45px;
	overflow:hidden;
	position:relative;
}

.carousel-content {
	position: absolute;
	line-height:15px;
	max-height:225px;
	overflow:hidden;
}

.carousel-button {
	cursor:pointer;
}

#login-panel {
	width: 320px;
	float:right;
	height: 47px;
	line-height:20px;
	color:#4c3b34;
	padding-left:10px;
}

#login-panel-form {
	padding: 0px;
}

#login-panel-form button {
	font-weight: bold;
	font-size:12px;
	letter-spacing:1px;
	padding:4px;
}

#logged-in-panel {
	width: 325px !important;
	float:right;
	height: 47px;

}

#logged-in-panel span a b {
	color: #990000;
}

.panel-title {
	color: #4d4d4d;
	font-weight: bold;
	width: 60px;
	height: 47px;
	float:left;
	margin: 0 12px 0 12px;
	line-height: 13px;
}

.panel-title a {
	color: #4d4d4d;
}

.panel-title img {
	margin: 4px 2px 0 0;
}

#featured-section {
	padding: 14px 0px 10px 20px; 
	border-bottom: 1px solid #a59c99;
}

#top-story-img {
	float:left; 
	width: 241px;
	min-height:300px;
	margin: 0 0 0 2px;
}

#top-story-img img {
	width: 225px;
	height:295px;
}

#top-story-img-practices {
	float:left; 
	width: 395px;
	min-height:225px;
	margin: 0 10px 0 2px;
}

#top-story-img-practices img {
	width: 385px;
	height:230px;
}

#featured-section-content {
	width:741px !important;
	border-top: 3px solid #a59c99;
	padding-top: 18px;	
	float: left;
} 
#featured-section-content-smaller {
	width:984px !important;
	border-top: 3px solid #a59c99;
	padding-top: 18px;	
	float: left;
} 

#issues-archive-link {float:right; margin:30px 70px 0 0; font-weight:bold;}

.floater {display:inline; float:left; padding:10px;}

.float-left {float:left; padding:10px;}
.float-right {float:right; padding:10px;}

/********************* ARTICLE STYLES *******************************/

article { padding: 5px 0 5px 0; font-size: 11px; line-height: 14px;}

article h1 {
	font-size:13px;
	line-height:17px;
	margin: 0px;
	padding: 0px;
}

article p {
	margin-top: 4px;
}

article table tr td {font-size: 11px; line-height: 14px;}

.event-date-venue {font-weight: bold;}

#featured-section-content-1 article h1 {
	font-size:24px;
	line-height:26px;
	margin: 0px;
	padding: 0px;
}

#featured-section-content-1 article p { 
	font-size:14px;
	line-height:18px;
	margin-top: 15px;
}

#issue-bottom-left article p, .large-content-summary p {
	font-size:14px;
	line-height:18px;
	margin-top: 5px;
}

#featured-section-content-1 article time {
	font-size:11px;
	line-height:13px;
}

#featured-section-content-1 article time, #featured-section-content-2 article time, #featured-section-content-1-smaller article time {
	display:none;
}

#featured-section-content-2 article h1, #featured-section-content-1-smaller article h1, #issue-bottom-left article h1, .large-content-summary article h1 {
	font-size:18px;
	line-height:23px;
}



article span.author {
	font-size:11px;
	line-height:13px;
	font-weight:bold;	
}

article div.format {
	font-size:10px;
	line-height:11px;
	text-transform:uppercase
}

article time {
	font-size:11px;
	line-height:13px;
}

span.author {
	font-weight:bold;
	font-size:18px;
	line-height:23px;
}

time {
	font-size:18px;
	line-height:23px;
}

article.links time {display:none;}

.spacer { height:10px;}

.author-left-panel {
	float:left; 
	margin-right:10px;
	width:235px; 
	color: #4d4d4d;
	font-size: 11px;
	line-height: 14px;
	font-style:italic;
}

.author-photo {
	margin-bottom:12px;
}

.blog-author-left-panel {
	float:left; 
	margin-right:20px;
	width:225px; 
}
.blog-author-photo {
	width:225px;
	border:none;
}
.blog-author-bio {
	color: #4d4d4d;
	font-size: 11px;
	line-height: 14px;
	font-style:italic;
	word-wrap:break-word;
	padding: 8px 0 12px 0;
}
.blog-tags {
	font-size: 11px;
	line-height: 14px;
	font-weight:bold;
	padding: 12px 0 12px 0;
}
.blog-tag-selected {
	font-size: 14px;
	font-weight:bold;
	color: #000 !important;
	text-decoration:none;
}
.blog-older-newer {
	padding: 10px 0 20px 0;
}
.blog-older-newer img {
	vertical-align:middle;
}
.blog-content-right {
	float:left; 
	border-top: 3px solid #a59c99; 
	width:559px;
}
.blog-post-by {
	font-size:11px;
	padding: 10px 0 10px 0;
}
.blog-content-right img {
	max-width: 559px !important;
}

.content-buttons {
	line-height: 21px;
	font-size: 11px;
	font-weight:bold;
	position:relative;
}

button.share {
	margin-top:1px;
	vertical-align:top;
	padding-right:10px !important;
}

.share-icons {
	width: 160px;
	height:60px;
	z-index:100;
	display:none;
	border:2px solid #00aeef;	
	position:absolute;
	margin-top:-30px;
	margin-left:-9px;
	padding:8px;
	background: #FFF;
	line-height:17px;
}
.share-icons img {
	margin:0 8px 2px 0;
}

.comment-time {
	font-size:11px;	
}

.download-button-padding {
	padding:12px 0 22px 0;	
}

/********************* FEATURED SECTIONS *******************************/

#featured-section-content-1 {
	width: 282px;
	margin-right:30px;
	float:left;
	min-height:200px;
}

#featured-section-content-2 {
	width: 405px;
	margin-right:22px;
	float:left;
	min-height:200px;
}

#featured-section-content-1-smaller {
	width: 544px;
	margin-right:30px;
	float:left;
	min-height:200px;
}

#featured-section-content-2-smaller {
	width: 384px;
	margin-right:22px;
	float:left;
	min-height:200px;
}


/***  main content layout from http://matthewjamestaylor.com/blog/equal-height-columns-cross-browser-css-no-hacks  ***/


#layout-container3 {
    float:left;
    width:100%;
    background:#fff;
    overflow:hidden;
    position:relative;
	margin-top: -97px;
}
#layout-container2 {
    float:left;
    width:100%;
    background:#a59c99;
    position:relative;
    right:169px;
}
#layout-container1 {
    float:left;
    width:100%;
    background:#fff;
    position:relative;
    right:1px;
}
#main-content {
    float:left;
    width:835px;;
    position:relative;
    left:169px;
    overflow:hidden;
}

.main-content-padding {
	padding: 12px 9px 12px 22px;
}

.timeline {
	display:none; /* don't display - deprecated */
}

.hr {
	height:1px;
	background: #a59c99;
	width:100%;
}

.hr-thick {
	height:3px;
	background: #a59c99;
	width:100%;
}

.hr-full-thick {
	height:3px;
	background: #a59c99;
	margin-left:-22px;
	width:835px;
}

.hr-full {
	height:1px;
	background: #a59c99;
	margin-left:-22px;
	width:835px;
}

.hr-header {
	height:3px;
	background: #a59c99;
	margin: 0 0 10px 0;
}

.two-column-container {

	width:100%;
	margin: 0px;
	padding:0px;
	

}
.column-1 {
	padding: 12px 9px 12px 0px;
	border-right: 1px solid #a59c99;
	margin: 0px;
	float:left;
	width:390px;
}

.column-2 {
	padding: 12px 0px 12px 12px;
	margin: 0px;
	width:390px;
	float:left;
}

section {
	display: block;
	padding: 12px 9px 12px 22px;
	margin: 0px;
}

.ad-indicator {
	text-align:center;
	padding:10px;
	color:#4d4d4d;
	font-size:11px;
	letter-spacing:1px;
}

.window-ad {

}

.window-ad-container {
	width: 370px; float:left;
	margin-bottom:10px;
	margin-right:10px;
}

.weekly-highlight-left {
	height: 80px;
	width: 65px;
	overflow: hidden;
	background: #4c3b34;
	font-size:13px;
	text-transform:uppercase;
	color: #fff;
	font-weight:bold;
	float:left;
	padding:10px;
	line-height:18px;
}

.weekly-highlight-right {
	height: 80px;
	width: 280px;
	overflow: hidden;
	background: #e0dfdd;
	font-size:13px;
	color: #000;
	float:left;
	border-left: 1px solid #fff;
	padding:10px;
	line-height:18px;
}

#bottom-ads {
	padding: 0 0 22px 16px;	
}

#bottom-ads .ad-box {
	margin: 0 6px 12px 6px;
	padding: 14px;
	width: 230px;
	height: 128px;
	overflow:hidden;
	background: #FFF;
	font-size: 11px;
	line-height: 14px;
	float:left;
}

#header-window-ad {
	 float:right; 
	 padding:10px;
	 margin:12px 22px 0 0; 
	 background:#fff;
	 -webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

#right-side-separator {
    float:left;
    width:1px;
    position:relative;
    left:169px;
    overflow:hidden;
}



#right-side {
    float:left;
    width:168px;
    position:relative;
    left:170px;
    overflow:hidden;
}

#searchForm {
	margin:0px;
	padding:0px;
}


#searchFormDiv {
	padding: 12px 0 17px 8px;
	font-size:11px;
	width:168px;
	overflow:hidden;
}

#searchFormDiv label a {
	color: #000;
}

.searchFormRadio {
	width:12px; height:12px; margin: 4px 2px 4px 0;	
}

#searchString {
	width: 90px;
	margin: 0;
	border:1px solid #4c3b34; padding:0 3px;
}

#social-icons img {
	margin: 0 12px 0 0;
	border:none;
}

#social-icons {
	margin: 0 0 220px 10px;
}


#right-side h3 {
	color: #4f413e;
	font-size: 12px;
}

.right-side-toolbar-section {
	padding: 5px 10px;
	font-size:11px;
	word-wrap:break-word;
}

.right-side-toolbar-section article.link h1 {
	font-size:11px !important;
}

#invitation-button {
 	border: 1px solid #e6e6e6;
	background: #f5f5f5;
	margin:4px;
	padding:5px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;	
}

#whimsey tr td {
	font-weight: bold;
	padding:0 22px;
	font-size: 12px;
	max-width:600px;
	color:#4d4d4d;
}

footer {
	padding:22px;
	background: #fff;
	border-top: 2px solid #a59c99;
	font-size:11px;
	font-weight:bold;
}

/********************* CFPANEL *******************************/


.rounded-corners {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.cfpanel {
	/*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px; */
	border: 1px solid #4c3b34;
	text-align:left;
	margin-bottom: 10px; 
	background-color:#4c3b34;
}

.cfpanel-header {font-size: 16px; color: #ffffff;  font-weight:bold; padding:4px; }
.cfpanel-header-right {display:inline; float:right}
.cfpanel-header-big {font-size: 18px; color: #ffffff;  font-weight:bold; padding:4px;}

.cfpanel-header a { text-decoration:none; color: #ffffff; }
.cfpanel-header a:visited { text-decoration:none; color: #ffffff; }

.cfpanel-header-right a { text-decoration:none; color: #ffffff; }
.cfpanel-header-right a:visited { text-decoration:none; color: #ffffff; }


.cfpanel-desc {padding:10px; background-color:#fff;}

table.list-boxy {
	width: 100%;
}

table.list-boxy tr td {
	background-color:#e0dfdd;
	font-size:10px;
	line-height:18px;
}

table.list-boxy tr td.padded {
	padding: 10px;
}

.expandTitle {
	cursor:pointer;
}

.expandTitleh3 {
	font-size: 18px;
}


/********************* PROCESS ***************************************************/

.process-content {
	width: 430px !important;
	float:left;
}

.process-content img {
	max-width: 430px !important;
}

.process-navigation {
	width: 345px !important;
	padding-right: 20px !important;
	float:left;
}

/********************* GANTTFACE - PUBLIC PROFILES *******************************/

table.user-summary {
 	background-color: #e0dfdd;
 	color:#4c3b34;
	padding:8px;
}

.featured-faces-pop table.user-summary {
 	background-color: #fff;
}

table.user-summary tr td {
	font-size:11px;
	line-height:14px;
}

.profileTabs ul li {
	font-size:11px !important;	
	font-weight: bold !important;		
}

.profile-content-right {
	float:left; 
	border-top: 3px solid #a59c99; 
	width:559px;
}

.badge-carousel {
	margin: 22px 8px 8px 8px; height:60px; width:540px; float:right;	
}

.badge-carousel-pop {
	margin: 22px 8px 8px 8px; height:60px; width:400px; float:right;	
}

.profileButtons {
	width: 120px;
	float:right;
	font-weight:bold;
	font-size:11px;	
	margin:8px 0 0 20px;;
}

.profileButtons img {
	vertical-align:text-top;	
}

.addToNetworkButton {
	width: 186px;
	float:right;
	margin-bottom:10px;
}

#standard-custom {
	background-color:#d5d5d5; 
	border:1px solid #00aeef; 
	font-size:9px; 
	width: 184px;
	height:15px; 
	margin-top:-6px !important; 
	padding-top:0px;
	line-height:15px;
}

.close-profile-dialog-button {	
	z-index:101;
	position:relative;
	left:10px;
	top: -15px;
	cursor:pointer;
}

.profile-pop-left-panel {
	float:left; 
	width:198px;
	background-color: #fff; 
}

.profileButtons-pop {
	font-weight:bold;
	font-size:11px;	
	line-height: 22px;
	margin:8px 0 12px 8px;;
}

.email-list-row {
	background-color:#FFFFFF;cursor:pointer;
}
.email-list-row:hover {
	background-color:#e0dfdd;
}

.inbox-buttons {
	padding:10px;
	color: #4c3b34;
	background-color: #e0dfdd;
	font-weight:bold;
	margin-bottom:1px;
	width:168px;
}

.inbox-buttons a {
	color: #4c3b34;
	text-decoration:none
}
.inbox-buttons a:hover {
	color: #4c3b34 !important;
	text-decoration:underline;
}
.inbox-button-on {
	color: #e0dfdd;
	background-color: #e0dfdd;
	font-weight:bold;
}

.inbox-button-on a {
	color: #4c3b34
	text-decoration:none
}
.inbox-button-on a:hover {
	color: #4c3b34 !important;
	text-decoration:underline;
}

.inbox-buttons:hover {
	color: #4c3b34;
	background-color: #e0dfdd;
	font-weight:bold;
}

.nameListClass {
	background-color: #e0dfdd;
	font-size:11px;
	font-weight:bold;
	padding:4px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	white-space:nowrap;
	line-height:25px;
}

/*********** JQUERY OVERRIDE *******************/

.btn {
	background: #00aeef url(/design/ui-bg_highlight-soft_45_00aeef_1x100.png) 50% 50% repeat-x !important;
	border:none;
   	margin:0 4px 4px 0; 
   	padding: 1px 5px 1px 5px !important; 
   	cursor:pointer; 
	line-height: 14px;
	font-size:10px !important;
	font-weight:normal !important;
	border: 1px solid #0094cb !important;  
	color: #fff;
	text-decoration:none;
	vertical-align:middle;
}

a.btn:active, a.btn:visited, a.btn:hover {
	color: #fff;
	text-decoration:none;
}

.btn-hover {
	border: 1px solid #01475d !important;  
	background: #00617f url(/design/ui-bg_highlight-soft_45_00617f_1x100.png) 50% 50% repeat-x !important; 
   	
}

.btn-large {
	line-height: 20px;
	font-size:15px !important;
	padding: 3px 10px 3px 10px !important; 
	font-weight:bold !important;
}

button.btn:disabled {
	background: #dedcdb !important;
	border: 1px solid #e0dfdd !important;  
	color: #b9b9b9;
}

.btn::-moz-focus-inner { border: 0; padding: 0; margin:0;}

/*
.ui-tabs-panel {
	color: #403d3e;
}
*/

.ui-widget-content a {
	color: #00aeef;	
}


.public-profile div.ui-dialog-titlebar {
	display:none;
}

.send-message-btn {
	color: #00aeef;
	cursor:pointer;
}

.send-message-btn:hover {
	text-decoration: underline;
}

/*********** COLORS *******************/
.bg-br {
	background-color: #4c3b34 !important;
	color: #FFF !important;
}
.bg-bl {
	background-color: #00aeef !important;
	color: #FFF !important;
}
.bg-g1 {
	background-color: #e0dfdd !important;	
}
.bg-g2 {
	background-color: #e0dfdd/*#d2cecb*/ !important;	
}
.bg-g2 {
	background-color: #4c3b34/*#d2cecb*/ !important;	
}
.bg-wh {
	background-color: #fff !important;	
}
.bdr-g1 {
	border:1px solid #e0dfdd !important;	
}
.bdr-g1-b {
	border-bottom:1px solid #e0dfdd !important;	
}
.bdr-g1-t {
	border-top:1px solid #e0dfdd !important;	
}
.bdr-g1-l {
	border-left:1px solid #e0dfdd !important;	
}
.bdr-g1-r {
	border-right:1px solid #e0dfdd !important;	
}
.bdr-g3 {
	border:1px solid #4c3b34 !important;	
}
.bdr-g3-b {
	border-bottom:1px solid #4c3b34 !important;	
}
.bdr-g3-t {
	border-top:1px solid #4c3b34 !important;	
}
.bdr-g3-l {
	border-left:1px solid #4c3b34 !important;	
}
.bdr-g3-r {
	border-right:1px solid #4c3b34 !important;	
}
.bdr-bl {
	border:1px solid #00aeef !important;	
}
.bdr-bl-b {
	border-bottom:1px solid #00aeef !important;	
}
.bdr-bl-t {
	border-top:1px solid #00aeef !important;	
}
.bdr-bl-l {
	border-left:1px solid #00aeef !important;	
}
.bdr-bl-r {
	border-right:1px solid #00aeef !important;	
}
.bdr-br {
	border:1px solid #4c3b34 !important;	
}
.bdr-br-b {
	border-bottom:1px solid #4c3b34 !important;	
}
.bdr-br-t {
	border-top:1px solid #4c3b34 !important;	
}
.bdr-br-l {
	border-left:1px solid #4c3b34 !important;	
}
.bdr-br-r {
	border-right:1px solid #4c3b34 !important;	
}
.col-bl {
	color: #00aeef !important;
}
.col-br {
	color: #4c3b34 !important;
}
.col-wh {
	color: #fff !important;
}
.col-g1 {
	color: #e0dfdd !important;
}
.col-red {
	color: #990000 !important;
}
.font9 {
	font-size: 9px !important;	
	line-height: 13px;
}
.font10 {
	font-size: 10px !important;	
	line-height: 14px;
}
.font11 {
	font-size: 11px !important;	
	line-height: 15px;
}
.font12 {
	font-size: 12px !important;	
	line-height: 16px;
}
.font13 {
	font-size: 13px !important;	
	line-height: 17px;
}
.font14 {
	font-size: 14px !important;	
	line-height: 18px;
}
.font15 {
	font-size: 15px !important;	
	line-height: 19px;
}
.font16 {
	font-size: 16px !important;	
	line-height: 20px;
}
.font17 {
	font-size: 17px !important;	
	line-height: 21px;
}
.font18 {
	font-size: 18px !important;	
	line-height: 22px;
}
.bold {
	font-weight:bold !important;	
}