/*	
*	Author Milan Miladinovic
*	Copyright Milan Miladinovic
*	All rights reserved 
*/


/************************
***  Global Settings ***
************************/
BODY
{
	margin: 0px 0px 2em 0px;	
}

BODY, TD, H1, H2, H3, H4, H5, H6, H7
{
	font-size:small; FONT-FAMILY: Arial;
}

TABLE
{
	BORDER-RIGHT: 0px;
	BORDER-TOP: 0px;
	BORDER-LEFT: 0px;
	BORDER-BOTTOM: 0px;
	BORDER-COLLAPSE: collapse;
}
TR
{
	vertical-align:top;
}

HR
{
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
}
IMG 
{
}


.Table_PageTemplate
{
	border:0;
	width:750pt;
}

/*******************************
*** MyDefined Global Classes ***
*******************************/
.TD_Wiz1_Left
{
	text-align: right;
}
.TD_Wiz1_Right
{
	text-align:left;
}


/**************************************
*** START PageTemplate TOP ROW CELL ***
***************************************/
.generalRowTopCell
{
	height:60px;
}

.headerbody #TD_1
{
	padding-left:20;
}
.headerbody #TD_3
{
	width:150px;
}
/*****************************************
*** START PageTemplate BOOTOM ROW CELL ***
******************************************/
.footerbody
{
	margin-top:50;
	font-size: small;
	color: Black;
	font-family: Verdana, Sans-Serif;
	background-color:whitesmoke;
}

/**************************************
*** START PageTemplate CENTER TABLE ***
***************************************/
.centerTable
{
	width:100%;
	/*height:500px;*/
}

/******************************************
*** START PageTemplate CENTER MAIN CELL ***
*******************************************/
.centerMainCell
{
	width:auto;
	padding-top:20px;
	padding-left:10px;
	padding-bottom:50px;
	padding-right:10px;
	background-color:White;
}

/******************************************
*** START PageTemplate CENTER LEFT CELL ***
******************************************/
.centerLeftCell
{
	width:150px;
	color:White;
	border-right-style:solid;
	border-right-width:20px;
	border-right-color:#0099ff;
}
.centerLeftCell #DIV_HL_BANNER1
{
	width:150px;
	padding-top:200px;
	overflow:hidden;
}

.centerLeftCell a
{
	color:White;
}
.centerLeftCell TABLE
{
	color:White;
}

.TbBrdLeft
{
	color:White;
	text-align: left;
	border-style:solid;
	border-bottom-width :2px;
	border-right-width :2px;
	border-color:White;
}

/*******************************************
*** START PageTemplate CENTER RIGHT CELL ***
*******************************************/
.centerRightCell
{
	width:150px;
	color:White;
	border-left-style:solid;
	border-left-width:20px;
	border-left-color:#0099ff;
}
.centerRightCell #DIV_HL_BANNER1
{
	padding-top:200px;
	width:150px;
	overflow:hidden;
}
.TbBrdRight
{
	width:100%;
	color:Black;
	background-color:#ffcc00;
	text-align: right;
	border-style:solid;
	border-bottom-width :2px;
	border-left-width :2px;
	border-color:White;
}


H1
{
	text-align:center;
	font-size:medium;
	font-weight:bold;
	color:Black;
}
H2
{
	padding-left:20px;
	font-weight:bold;
	font-size:x-small;
	color:Navy;
}

H3
{
	font-size:x-small;
	font-weight:normal;
}
	
H4
{
	font-style:italic;
	font-weight:bold;
}
	
H5
{
	font-style:italic;
}

.XPA3online_intext
{
	font-style:italic; 
	color:blue
}	
	




