/* CSS Document */



/* STANDARD ELEMENTS                                         */
/*-----------------------------------------------------------*/

  html, body   { background-color: #3E2E2C; height: 100%; margin: 0; padding: 0;
                        color: white; text-align: center; }



form
{
	border: 0; margin: 0; padding: 0;
}

input, select, textarea
{
	margin: 0;
	font-family: MS Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 14px;
}


img
{
	border: 0; margin: 0; padding: 0;
}

table
{
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0px;
}

td
{
	font-family: MS Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 14px;
	border: 0;
	margin: 0;
	padding: 0;
}




/************* layout styles ***************/



			
#index {
	width: 780px;
	height:560px;
	margin-right: auto; 
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	vertical-align:middle;
		}
		

#middle {
	position: absolute; 
	top: 50%;
	} /* for explorer only*/
	
	
#middle[id] {
	display: table-cell; 
	vertical-align: middle; 
	position: static;
	}

#inner {
	position: relative; 
	top: -50%
	} /* for explorer only */
/* optional: #inner[id] {position: static;} */


#centrering {
	width: 780px; 
	margin-right: 20px; 
	margin-left: 30px;
	margin-top: 8px;
	margin-bottom: 0px;
	}
	

#centerDiv {
	text-align: center;
	padding: 0px;
	margin: 0px;
			}



/************* font styles ***************/


.font1_bread {
	font-family: MS Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}
.font2_rub {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000033;
}
.font1_rub_versal {
	font-family: MS Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
}

.font1_breadsmall {

	font-family: MS Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #333333;
}


.h1 {
	font-family: MS Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #3975B4;
	font-weight: normal;
	line-height: 32px;
	padding: 6px 0px 0px 0px;
}

.h1_red {
	font-family: MS Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #CC140C;
	font-weight: normal;
	line-height: 32px;
	padding: 10px 4px 0px 0px;
}

.h2 {
	font-family: MS Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #3975B4;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}





/************* link styles ***************/


A {
	text-decoration: none;
	color: #CC140C;
}

A:link, a:visited {
	text-decoration: none;
}

A:hover {
   text-decoration: underline;
}


a.redlink, a.redlink:visited {
  	color: #852E3F;
	font-weight: bold;
	text-decoration: underline;
}

a.redlink:hover {
  	color: #ebecee;
	font-weight: bold;
	text-decoration: none;
}



a.greenlink, a.greenlink:visited {
  	color: #006600;
	font-weight: bold;
	text-decoration: underline;
}

a.greenlink:hover {
  	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
