body {
	font-family: arial;
	margin: 0 auto;
	padding: 0px;
	background: #e7e7e7;
	color: #000000;
	font-size: 12px;
}

table {
	margin: 0 auto;
	padding: 0px;
}

a{
	color: #000000;
}

a:active,a:link,a:visited{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
li {
	padding: 0px;
}

/* top heading start*/

.tx_head {
	padding-left: 5px;
	padding-right: 5px;
	color: #ffffff;
}

.tx_head a:link, .tx_head a:visited, .tx_head a:active {
	color: #ffffff;
	text-decoration: none;
}

.tx_head a:hover {
	color: #ffffff; 
	text-decoration: none;
}

/* top heading end*/

.menu_link {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration : none;
	padding-bottom:5px;
}

.menu_link a:link, .menu_link a:visited, .menu_link a:active {
	color:#000000;
	text-decoration : none;
}

.menu_link a:hover{
	color:#000000;
	text-decoration : none;
}

.left_shadow{
	background-image:url(../images/web-images/left_bg.jpg);
	background-repeat:repeat-y;
}

.right_shadow{
	background-image:url(../images/web-images/right_bg.jpg);
	background-repeat:repeat-y;
}

.header_bg{
	width:800px;
	height:147px;
	background-image:url(../images/web-images/header_bg.jpg);
	background-repeat:no-repeat;
}

.categornya{
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	margin: 127px 0 0 25px;
	float:left;
	position:absolute;
}

.categornya a:link, .categornya a:visited, .categornya a:active{
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.categornya a:hover{
	font-size: 12px;
	font-weight: normal;
	color: #024997;
	text-decoration: none;
}

/* start content */

.breadcrumbs {
	color:#9a9a9a;
	font-size:11px;
	padding-left:10px;
}

#content_area {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration : none;
	line-height: 18px;
	text-align: justify;
	padding:25px 25px 25px 25px;
	vertical-align: top;
}

#content_area p td tr{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration : none;
	line-height: 18px;
	text-align: justify;
	padding:0px 10px 0px 10px;
	vertical-align: top;
	margin-top:10px;
}

#content_area h1{
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: #0152a3;
	text-decoration : none;
	padding:0px 10px 0px 10px;
}

#content_area .title{
	font-family: arial;
	font-size: 18px;
	font-weight: normal;
	color: #444444;
	text-decoration : none;
	text-align: left;
	vertical-align: top;
}

#content_area .detail{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #737373;
	text-decoration : none;
	text-align: left;
	padding-left:10px;
	vertical-align: top;
	background-color:#f0f0f0;
}

#content_area ol{
	margin: 0px 0px 1em 30px; 
	list-style-type: decimal;
}

ol.numeric {
	margin: 0px 0px 1em 30px; 
	list-style-type: decimal
}

#content_area ul{
	margin: 0px 0px 1em 25px; 
	list-style-type: circle;
}

ul.bullets {
	margin: 0px 0px 1em 25px; 
	list-style-type: circle;
}

#content_area .h_line{
	background-image:url(../images/web-images/h_line.gif);
	background-repeat:repeat-x;
	height:10px;
}

/* end content */

.round_table_top{
	background-image:url(../images/web-images/round_top.jpg);
	background-repeat:no-repeat;
	height:5px;
	vertical-align: top;
}

.round_table_bg{
	background-image:url(../images/web-images/round_bg.jpg);
	background-repeat:repeat-y;
	vertical-align: top;
}

.round_table_bottom{
	background-image:url(../images/web-images/round_bottom.jpg);
	background-repeat:no-repeat;
	height:5px;
	vertical-align: top;
}

/* footer start */

.footer_bg {
	width: 800px;
	height: 69px;
	background-image: url(../images/web-images/footer_bg.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
.footer_text{
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration : none;
	margin: 45px 0 0 25px;
}
.footer_text a {
	color: #ffffff;
	text-decoration : none;
}


/* footer end */

/********************************************************************************************************************/
/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body {
	margin: 0;
	padding: 0;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, dd, address, span {
	margin: 0 0 1em 0;
	padding: 0;
}

/* Apply left margin:*/
blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}

/*functions*/
.clear {
	clear: both;
	height: 1px !important;
	line-height: 0px;
	margin: 0;
	padding: 0;
}
.clearfix:after {  
    content: ".";  
    display: block;  
    clear: both;  
    visibility: hidden;  
    line-height: 0;  
    height: 0;  
}  
  
.clearfix {  
    display: inline-block;  
}  
  
html[xmlns] .clearfix {  
    display: block;  
}  
  
* html .clearfix {  
    height: 1%;  
}  
img {
	border: 0;
	margin: 0;
}