/*-----------------------------------------------------------------------------------------------------\

	Font and Text Properties,	Color and Background Properties:

\-----------------------------------------------------------------------------------------------------*/
body,iframe,p,table,tbody,td , font,div,span,a,ul,li,input,select,textarea {

					font-family		: Tahoma,Arial,Microsoft Sans Serif,Times New Roman,;
					font-size		: 11px;
					font-weight 	: Normal;
					letter-spacing 	: 0px;
					word-spacing 	: 0px;
}



/*-----------------------------------------------------------------------------------------------------\

	Layout Properties:

\-----------------------------------------------------------------------------------------------------*/
body {
					Color						:#000000;
					margin						:0;
					padding						:0;

				/*-------------------------------------------------------------------------------------\
					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:  #333333; text-decoration: underline;}
a:link				{text-decoration: underline;}
a:visited			{text-decoration: underline;}
a:active			{}
a:hover 			{color:  #000000; text-decoration: none;}
a:visited:hover		{color:  #000000;}
a img				{border : 0;}
hr 					{margin:0; padding:0; color:#FFFFFF;}

.Warning 			{color: red;}

