/* Global Elements */
* 
	{	
	margin				: 0px; 
	padding				: 0px; 
	}

html 
	{
	}


body 
	{
	color 				: #000000;
	font-family			: Arial, Helvetica, sans-serif;
	font-size 			: 13px;
	background-color 	: #666666;
	}
body  a
	{
	color 				: #000000;
	text-decoration 	: underline;
	}
body  a:hover
	{
	color 				: #000000;
	text-decoration 	: none;
	}
	
.wrapper
	{
	width 				: 980px;
	margin 				: 20px auto 0px auto;
	}
.container
	{
	width 				: 980px;
	height 				: 500px;
	background-color 	: #FFFFFF;
	background-repeat 	: no-repeat;
	background-position : 0px 0px;
	}
.primaryNav
	{
	height 				: 33px;
	padding 			: 0px 0px 0px 25px;
	background-image	: url(../imgs/tab.jpg);
	background-repeat 	: no-repeat;
	background-position : 0px -100px;
	}
.primaryNav li
	{
	float 				: left;
	padding				: 10px 25px 0px 25px;
	list-style 			: none;
	}
	
.primaryNav li a
	{
	color 				: #FFFFFF;
	text-decoration 	: none;
	}
.primaryNav .active a
	{
	color 				: #000000;
	text-decoration 	: none;
	}
.primaryNav li a:hover
	{
	color 				: #CCCCCC;
	text-decoration 	: none;
	}

.auxNav
	{
	margin 				: 10px 0px 0px 0px;
	color 				: #FFFFFF;
	}
.auxNav a
	{
	color 				: #FFFFFF;
	text-decoration 	: underline;
	}
.auxNav a:hover
	{
	color 				: #FFFFFF;
	text-decoration 	: none;
	}
	
.logo
	{
	position 			: relative;
	top 				: 0px;
	left 				: 0px;
	width 				: 400px;
	}
.logo h1
	{
	font-family			: Arial Black, Arial, Helvetica, sans-serif;
	font-size 			: 53px;
	color 				: #666666;
	font-weight 		: normal;
	}
.logo h2
	{
	font-family			: Arial, Helvetica, sans-serif;
	font-size 			: 30px;
	color 				: #000000;
	font-weight 		: normal;
	}
	
.content
	{
	width 				: 430px;
	height 				: 200px;
	padding 			: 0px 15px 0px 0px;
	overflow 			: auto;
	position 			: relative;
	top 				: 0px;
	left 				: 0px;
	line-height 		: 140%;
	}

.formatText
	{
	padding				: 0px 0px 0px 0px;
	}
.formatText h1, 
.formatText h2, 
.formatText h3, 
.formatText h4, 
.formatText h5, 
.formatText h6
	{
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 10px 0px;
	}
.formatText a,
.formatText pre a, 
.formatText tbody a
	{
	color				: #000000;
	text-decoration		: underline;
	}
.formatText a:hover,
.formatText pre a:hover,  
.formatText tbody a:hover
	{
	color				: #000000;
	text-decoration		: none;
	}
.formatText p
	{
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 20px 0px;
	}
.formatText ul
	{
	list-style-type		: disc;
	list-style-position : inside;
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 10px 0px;
	}
.formatText ol
	{
	list-style-type		: armenian;
	list-style-position : inside;
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 10px 0px;
	}
.formatText li
	{
	padding				: 0px 0px 10px 20px;
	}
	
	
	