body {
  font-size: 12px;
  color: #444;
  font-family: Verdana, Arial, sans-serif;
  line-height:22px;
}
header h1{
	color:#000;
	font-size:26px;
}
h2{
	font-size:16px;
}
nav  ul li a{
	font-size:14px;
	font-weight:normal;
	text-decoration: none;
}
nav ul li.active a,
nav ul li a:hover {
	color:#fff;
}
.input-prepend .icon-search {
	font-size:20px;
	color:#999;
}
.input-prepend input {
	font-size:14px;
}
footer a {
	color: #999;
}
footer #copyright{
	color:#4e4c4c;
}
footer #nav ul li a {
	text-decoration:underline;  
}

footer #nav ul li.active a,
footer #nav ul li a:hover {
	text-decoration:none;
}
/*.article ul, .article ol{
	margin-left:25px;
} */
.article ul, .article ol{
	margin-left:0px;
} 
.article li{
	margin-left:25px;
} 
/* TextMarkUp */
.fontSize1{
	font-size:11px;
}
.article.fontSize1{
	line-height:16px;
}
.fontSize2{
	font-size:14px;
}
.article.fontSize2{
	line-height:20px;
}
.fontSize3{
	font-size:18px;
}
.article.fontSize3{
	line-height:24px;
}
.fontSize4{
	font-size:25px;
}
.article.fontSize4{
	line-height:30px;
}
.txtBold{
	font-weight:bold;
}
.txtItalic{
	font-style:italic;
}
.alignLeft{
	text-align:left;
}
.alignCenter{
	text-align:center;
}
.alignRight{
	text-align:right;
}
.alignJustify{
	text-align:justify;
}
.fontTypeStandard{
	font-family:Verdana, Geneva, sans-serif;
}
.fontTypeTangerine{
	font-family:Tangerine;
}
.fontTypeArial{
	font-family:arial;
}
.fontTypeTimesNewRoman{
	font-family:"Times New Roman", Times, serif;
}
.fontTypeCourierNew{
	font-family:"Courier New", Courier, monospace;
}
/*@font-face {
	font-family: 'vegur';
	src: url('fonts/vegur-m_0602-webfont.eot');
	src: local('?'), url('fonts/vegur-m_0602-webfont.woff') format('woff'), url('fonts/vegur-m_0602-webfont.ttf') format('truetype'), url('fonts/vegur-m_0602-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.fontTypeVegur{
	font-family:vegur;
}*/
