/***********************************************/
/* style.css                             */
/* Use for all pages        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
		font-family: Arial;
		font-size:12px;
		color: #6F6D6C;
		margin: 0px;
		padding: 0px;
		text-align:justify;		
		
}
.close{
	color:#990000;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
UL{
	list-style-type: square;
	list-style-image: URL('../images/common/bul.gif');
	padding: 0;
	margin: 0;
	margin-left: 1.5em;
	text-align:justify 
	
} 


.borderStyleVR {
	background-image:url('../images/common/vline_bg.gif');
	background-repeat:repeat-y;
	width:2px;
	line-height:1px;
	font-size:1px;
	text-align:right;
}

.title {
		color: #000000;
		font-weight:bold;
}

a:link {
font-family: Arial;
font-size: 12px;
COLOR: #666666;
TEXT-DECORATION: none;
}

a:visited {
   font-family: Arial;
   font-size: 12px;
   COLOR: #666666;
TEXT-DECORATION: none;
}

a:hover {
	COLOR: #231E1C;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.right:link {
font-family: Arial;
font-size: 11px;
COLOR: #666666;
TEXT-DECORATION: none;
}

a.right:visited {
   font-family: Arial;
   font-size: 11px;
   COLOR: #666666;
TEXT-DECORATION: none;
}

a.right:hover {
	COLOR: #231E1C;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}



/* ------- start css for footer area ------- */

.footer {
    	font-size: 11px;
}

a.footer:menu{
font-family: Arial;
font-size: 11px;
COLOR: #6F6D6C;
TEXT-DECORATION: none;
}

a.footer:visited {
   font-family: Arial;
   font-size: 11px;
   COLOR: #6F6D6C;
TEXT-DECORATION: none;
}

a.footer:hover {
COLOR: #231E1C;
   TEXT-DECORATION: none;
}

.web{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align:justify;
}

.web A{
   COLOR: #000000;
   font-size: 11px;
   text-decoration: none;
}
.web A:visited{
   COLOR: #000000;
   font-size: 11px;
   text-decoration: none;
}

.percept{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #dc1204;
	text-align:justify;
}

.percept A{
   COLOR: #dc1204;
   font-size: 11px;
   text-decoration: none;
}
.percept A:visited{
   COLOR: #dc1204;
   font-size: 11px;
   text-decoration: none;
}
