body,html {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}

body,td,th {
	font-family: Eurostile, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515151;
	font-weight:bold;
}

a:link 		{ color: #4A81BA; }
a:visited 	{ color: #4A81BA; }
a:hover 	{ color: #4A81BA; }
a:active 	{ color: #4A81BA; }


a.link_bottom:link 		{ color:#8391a7; text-decoration: none; }
a.link_bottom:visited 	{ color:#8391a7; text-decoration: none; }
a.link_bottom:hover 	{ color:#8391a7; text-decoration: underline; }
a.link_bottom:active 	{ color:#8391a7; text-decoration: none; }


/*--------------------\
|   Page Formatting   |
\--------------------*/

#BG_Left {
	background-color: #FFFFFF;
	background-image: url(../images/BG_Gradient_L.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#BG_Right {
	background-color: #abc0df;
	background-image: url(../images/BG_Gradient_R.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#BG_Main {
	width: 800px;
	background-image:url(../images/BG_Main.jpg);
	vertical-align:top;
}
#BG_Main_Menu {
	width: 172px;
	background-color: #FFFFFF;
}
#BG_Main_Top {
	width: 628px;
	background-image:url(../images/BG_Main_Top.jpg);
	background-repeat:no-repeat;
	background-position: top;
}
#indent {
	padding-left:15px;
}

/*-----------------\
|   Image Styles   |
\-----------------*/

.pic {
	border:1px solid #FFFFFF;
}

/*----------------\
|   Text Styles   |
\----------------*/

h1 {
	font-size:18px;
}
h2 {
	font-size:14px;
}
h3 {
	font-size:16px;
	font-weight:bold;
	color: #4A81BA;
}
.txt_slogan {
	font-size:12px;
	color: #a8aeba;
}
.txt_footer {
	color: #8391a7;
	font-size:16px;
}
.indent {
	display: block;
	padding-left:45px;
}
.indent2 {
	padding-left:45px;
}
