/*
    sarmat (Common Styles)
    @created CreationDate
*/
/* 
	** Import Site Specifics 
*/
@import url(utility.css);
@import url(structure.css);
@import url(element.css);
@import url(menu.css);
@import url(form.css);
@import url(template.css);

/*
	** Common Screen Elements
*/
body
{
	background-color: #8FAD47;
	color: #000;	
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, Century Gothic, sans-serif;
	font-size: 70%;
	line-height: 110%;
	padding: 10px 10px 0 0;
	margin: 0 0 5px 0;
}

.group p
{
	
}

.content p
{
	padding: 10px 10px 0 0;
	margin: 0 0 5px 0;
}

.copy p
{
	padding: 10px 10px 0 0;
	margin: 0 0 5px 0;
}

.example p 
{
	padding: 10px 10px 0 0;
	margin: 0 0 5px 0;
}

.example h3 
{
	padding: 0 5px 0 0;
	margin: 0 0 5px 0;
	color: #1E7F00;	
	font-weight: bold;
	font-size: 15px!important;
	letter-spacing: normal;
}

acronym
{
	border-bottom: 1px dashed #aaa;
	cursor: help;
}


h1,
h2,
h3,
h4,
h5,
h6
{
	color: #333;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, Century Gothic, sans-serif;
	font-weight: bold;
	font-size: 100%;
	letter-spacing: -1px;
}
h1
{
	font-size: 28px!important;
	margin: 0 0 5px 0;	
	padding: 0 5px 0 0;
	text-align: left;
	color: #1E7F00;
	font-weight: bold;
	padding-top: 10px;
}
h2
{
	padding: 0;
	margin: 0;
	color: #000000;
	font-weight: bold;
	font-size: 100%;
	letter-spacing: normal;
}

h3
{
	padding: 0 0 0 0;
	color: #1E7F00;	
	font-weight: bold;
	font-size: 15px!important;
	letter-spacing: normal;
}

h4
{
	font-size: 45px!important;
	color: #1E7F00;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h5
{
	font-size: 11.5px;
	color: #1E7F00;
	margin: 0;
	padding: 0 8px 0 0;
}

/*
	** Default Link Styles
*/
a:link,
a:visited
{
	color: #1E7F00;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/*
	** Default List Styling 
*/
ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;

}
ul li
{
	
	padding-left: 10px;
	vertical-align: middle;	
	background-position: 1.5em 0.6em;
}

