/* Common Styles*/

BODY {
	color : Black;
	font-family : Arial;
	font-size : 15px;
   margin : 0;
   scrollbar-arrow-color : #FF7D7D;
	scrollbar-track-color : #848484;
	scrollbar-face-color : #3D3D3D;
	scrollbar-highlight-color : #3D3D3D;
	scrollbar-shadow-color : #3D3D3D;
	scrollbar-darkshadow-color : #B4B4B4;
	scrollbar-3dlight-color : #B4B4B4;
	scrollbar-base-color : Black;
}
H1 {
	font-family : Arial;
	color : Black;
	font-size : 21px;
	font-weight : bold;
	margin : 0 0 0 0;
	text-align : center;
	font-variant : small-caps;
}
H2 {
	font-family : Arial;
	color : Black;
	font-size : 20px;
	font-weight : bold;
	margin : 0 0 0 0;
	text-align : center;
}
H3 {
	font-family : Arial;
	color : Black;
	font-size : 18px;
	font-weight : bold;
	margin : 0 0 0 0;
	text-align : center;
}
H4 {
	font-family : Arial;
	color : Black;
	font-size : 16px;
	font-weight : bold;
	margin : 0 0 0 0;
	text-indent : 33px;
	text-align : center;
}
P {
	text-align : justify;
	text-indent : 33px;
	font-family :  Arial;
	font-size : 15px;
	margin : 0 0 0 0;
}
P.woi {
	text-indent : 0px;
}
FONT {
	color : Black;
	font-family :  Arial;
	font-size : 15px;
}
FONT.small {
	font-family :  Arial;
	font-size : 13px;
}
FONT.bright {
	color : Red;
	font-family : Arial;
}
TH {
	font-family : Arial;
	font-size : 15px;
	font-weight : bold;
	color : #ffffff;
	background-color : #848484;
}
TD  {
	font-size : 15px;
	font-family :  Arial;
}
TD.white {
	background-color : #ffffff;
}
TR.white {
	background-color : #ffffff;
}
TD.page_bg {
	background-color : #e6e6e6;
}
TR.page_bg {
	background-color : #e6e6e6;
}
TD.gray {
	background-color : #BCBCBC;
}
TR.gray {
	background-color : #BCBCBC;
}
A {
	text-decoration : underline;
	color : #000000;
}
A:VISITED {
	color : #3D3D3D;
	text-decoration : underline;
}
A:HOVER {
	text-decoration : underline;
	color : Red;
}
A.header {
	color : #ffffff;
}
A.header:VISITED {
	color : #ffffff;
}
OL {
	text-align : justify;
	margin-bottom : 0;
	margin-top : 0;
}
UL {
	text-align : justify;
	margin-bottom : 0;
	margin-top : 0;
}
HR {
    color: #000000;
    height: 1px;
}
INPUT.button {
	font-family : Arial;
	font-size : 15px;
	letter-spacing : 1px;
	padding : 2 0 0 0;
	border-width : 1px;
	background-color : #848484;
	color : White;
}
INPUT.text {
	color : Black;
	font-family :  Arial;
	font-size : 15px;
	background-color : White;
	border-color : Black;
	border-style : solid;
	border-width : 1px;
}
TEXTAREA {
	color : Black;
	font-family :  Arial;
	font-size : 15px;
	background-color : White;
	border-color : Black;
	border-style : solid;
	border-width : 1px;
}
SELECT {
	color : Black;
	font-family :  Arial;
	font-size : 15px;
	background-color : White;
}

/*Header, Footer, Menu, Navbar & other service Styles*/

TD.menu  {
	font-size : 12px;
	font-family : Arial;
	color : White;
	padding-top: 4px;
	padding-left: 21px;
	padding-right: 18px;
}
A.menu  {
	font-size : 12px;
	font-family : Arial;
	color : White;
	text-decoration : none;
}
A.menu:VISITED  {
	color : White;
	text-decoration : none;
}
A.menu:HOVER  {
	color : White;
	text-decoration : underline;
}
TD.footer  {
	font-size : 11px;
	font-family : Arial;
	color : #FF7D7D;
	text-align: center;
}
A.footer  {
	font-size : 11px;
	font-family : Arial;
	color : #FF7D7D;
	text-decoration : none;
}
A.footer:VISITED  {
	color : #FF7D7D;
	text-decoration : none;
}
TD.header  {
	font-size : 16px;
	font-family : Arial;
	font-weight : bold;
	color : White;
	padding : 4px;
}
