/* CSS Document */

body{
background: url(images/b_gr.gif) repeat-x;
margin:0px;
padding:0px;
}
h1 {
font-family:Arial; 
 margin-bottom: 0;
 padding-bottom: 0;
}

h2 {
font-family:Arial;
 margin-bottom: 0;
 padding-bottom: 0;
}
h3 {
font-family:Arial;
 margin-bottom: 0;
 padding-bottom: 0;
}
.text{
font-family:Arial;
font-size:16px;
text-align:justify;
}
.text p{
text-align:justify;
}

.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	line-height: 150%;
}

a:link { color: #0000CC; text-decoration: none;}
a:visited { color: #4169E1; text-decoration: none;}
a:active { color: #4169E1; text-decoration: none;}
a:hover { color: #221688; text-decoration: underline;}

.BigBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #221688;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #221688;
	margin-top:0px;
}


.LightBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0054a6;
}

.BigBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
#guide a{
 background-image: url(images/arrow.png); 
 background-repeat: no-repeat;
 height: 30px;
 width: 600px;
 /*margin: 3px;
 margin-top: 2px;*/
 padding-right: 0px;
 padding-top: 2px;
 padding-bottom: 2px;
 padding-left: 30px;
 vertical-align: middle;
 font-weight: bold;
 color: #330000;
 text-decoration: none;
 
}
