body {
	scrollbar-arrow-color: #0688EC;
	scrollbar-3dlight-color: #BDDBFF;

	scrollbar-highlight-color: #D9E4F2;

	scrollbar-face-color: #A8C3E3;
	scrollbar-shadow-color: #8AA4CC;
	scrollbar-darkshadow-color: #6C85B5;
	scrollbar-track-color: #C9D8E3;
}

td {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

p {
	text-align: justify;
}

li {
	text-align: justify;
	padding-bottom: 10px;
}

h1 {
	color: #001D6D;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;

	margin-bottom: 6px;
	padding-bottom: 0px;
}

h2 {
	color: #223F80;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;

	margin-bottom: 6px;
	padding-bottom: 0px;
}

a {
	color: #223F80;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #A81419;

	text-decoration: none;
}


.content_td{
	background-image: url(/images/mainpage/partymail_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;

	padding-left: 10px;
	padding-right: 10px;

	vertical-align: top;
}

.articles_head_td{
	background-image: url(/images/mainpage/articles_head_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

	color: #F7F2D5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align: bottom; 
	text-align: left;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 39px;
}

.articles_footer_td{
	background-image: url(/images/mainpage/articles_footer_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;

	color: #F7F2D5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align: bottom; 
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 39px;
	padding-right: 8px;
}

.footer_link {
	font-weight: bold;
	color: #EDCF00;
	text-decoration: none;
	background-color: transparent;
}

.footer_link:hover {
	color: #001D6D;
	text-decoration: none;
	background-color: #EDCF00;
}

.input_text {
	background-color: #FFFFFF;
	background-image: url(/images/mainpage/input_bg.gif);
	background-attachment: fixed;
	background-repeat: no-repeat; 
	background-position: left top;

	color: #213F82;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	width: 150px;

	border-top-color: #324E8C;
	border-left-color: #203F83;
	border-bottom-color: #324E8C;
	border-right-color: #445C96;
	border-width: 1px;
	border-style: solid;
}

.input_reg {
	background-color: #FFFFFF;
	background-image: url(/images/mainpage/input_bg.gif);
	background-attachment: fixed;
	background-repeat: no-repeat; 
	background-position: left top;

	color: #213F82;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	width: 100px;

	border-top-color: #324E8C;
	border-left-color: #203F83;
	border-bottom-color: #324E8C;
	border-right-color: #445C96;
	border-width: 1px;
	border-style: solid;
}

.select_reg {
	background-color: #D7E4F2;
	color: #213F82;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;

	width: 100%;

	border-top-color: #324E8C;
	border-left-color: #203F83;
	border-bottom-color: #324E8C;
	border-right-color: #445C96;
	border-width: 1px;
	border-style: solid;
}

.footer_td {
    background-color: #5087C7;
    
    color: #FFFFFF;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
    line-height: 10px;
			    
    
     background-image: url(/images/mainpage/footer_bg.gif);
     background-repeat: repeat-y;
     background-position: right top;     
}

.footer_txt_small {
    text-transform: uppercase;
}

.reg_field {
	color: #223F80;
	font-weight: bold;
}

.alert {
	background-color: #A81419;
	color: #FFFFFF;

	font-weight: bold;
}