/*-----------------------------------------------------------------------------------------------------\

	Font and Text Properties,	Color and Background Properties:

\-----------------------------------------------------------------------------------------------------*/
body,iframe,p,table,tbody,td , font,div,span,a,ul,li,input,select,sup {

					font-family		: Microsoft Sans Serif,Arial,Tahoma,Times New Roman,;
					font-size		: 11px;
					font-weight 	: Normal;
					letter-spacing 	: 0px;
					word-spacing 	: 0px;
}



/*-----------------------------------------------------------------------------------------------------\

	Layout Properties:

\-----------------------------------------------------------------------------------------------------*/
body {
					Color						:black;
					margin						:0;
					padding						:0;

				/*-------------------------------------------------------------------------------------\
					overflow					:auto;
					overflow-y					:Yes;
					overflow-x					:hidden;
					scrollbar-face-color		: black;
					scrollbar-track-color		: black;
					scrollbar-highlight-color	: black;
					scrollbar-shadow-color		: black;
					scrollbar-darkshadow-color	: black;
					scrollbar-3dlight-color		: black;
					scrollbar-arrow-color		: #BD9243;
				\-------------------------------------------------------------------------------------*/
}

a					{color:  #000000;}
a:link				{text-decoration: underline;}
a:visited			{text-decoration: underline;}
a:active			{}
a:hover 			{color:  #185994; text-decoration: none;}
a:visited:hover		{color:  #185994;}
a img				{border : 0;}

hr 					{margin:0; padding:0; color:#FFFFFF;}

.PageBody			{Background-Image: url(../../images/BG_Body.png);Background-Repeat: repeat-x;Background-Position:bottom center;}
.Warning 			{Color: Red;}


