/* CSS Document */

body
{
	background-color: #ffffff;
	border:0; margin:0; padding:0;

	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;	
}

td
{
	vertical-align: top;
	text-align: left;
}

img { border:0; margin:0; padding:0; }

p { margin: 0; padding: 0; }
ul { padding: 0 0 0 25px; }

/* a { color: #666666; text-decoration: none; } */
a { color: #600514; text-decoration: none; }
/* a:hover { color: #999933; text-decoration: none; } */
a:hover { color: #00007f; text-decoration: none; }

/* ------ */

td.home_title
{
	background-image: url(images/logo2.jpg);
	background-position: center;
	background-repeat: no-repeat;

	height: 95px;
}

td.bottom_links a { color: #71665f; text-decoration: none; }
td.bottom_links a:hover { color: #8f837c; text-decoration: none; }

td.bottom_group
{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 0 2px 0;
}

td.drgfooter
{
	color: #afa7a2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding-left: 5px;
	vertical-align: bottom;
}
td.drgfooter a { color: #afa7a2; text-decoration: none; }
td.drgfooter a:hover { color: #afa7a2; text-decoration: underline; }

/* ------ */

td.internal
{
	text-align: justify;
}
td.internal p { margin-bottom: 15px; }

div.page_content { padding: 60px 15px 0 25px; }

.header
{
	font-weight: bold;
}

.page_title
{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
}

.dir_from { font-weight: bold; }
.dir_text ul { padding: 0 0 0 50px; }

.jl
{
	text-align: center;
}

.e07_title { font-weight: bold; }

.back_to_top
{
	text-align: center;
	margin: 15px 0 15px 0;
}

/* --- Forms --- */

.inputSelect
{
	font-size: 11px;
	border: #cccccc 1px solid;
	color: #333333;
	width: 200px;
	background-color: #cccccc;
}

.inputButton
{
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
	font-size: 10px;
	width: 90px;
	background-color: #71665f;
}

