/*Defaults*/
BODY {
	font-family: Verdana, Tahoma;
	margin: 0;
	padding: 0;
	background-color: white;
	color: black;
}

A {
	color: #09226C;
	text-decoration: none;
}

A:HOVER {
	text-decoration: underline;
}

TABLE {
	font-size: 13px;
}

IMG {
	border: 0;
}

H3 {
	margin-bottom: 0;
	color: #842500;
}

H5 {
	color: #842500;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
}

UL {
	list-style-image: url("img/li_dot.gif");
}

INPUT, TEXTAREA {
	border: 1px solid black;
	background-color: #FDFCEF;
}

.bg_t_l_x {background-position: top left; background-repeat: repeat-x;}
.bg_t_l_y {background-position: top left; background-repeat: repeat-y;}
.bg_t_r_y {background-position: top right; background-repeat: repeat-y;}
.bg_t_l {background-position: top left; background-repeat: no-repeat;}
.bg_t_r {background-position: top right; background-repeat: no-repeat;}
.bg_t_c {background-position: top center; background-repeat: no-repeat;}
.bg_b_l_x {background-position: bottom left; background-repeat: repeat-x;}
.bg_b_l {background-position: bottom left; background-repeat: no-repeat;}
.bg_c_c {background-position: center center; background-repeat: no-repeat;}

/*Custom styles*/

.top_mail {
	color: white;
	font-weight: bold;
	font-size: 17px;
	padding-top: 5px;
}

.top_mail A {
	color: white;
	text-decoration: none;
}

#main {
	background-color: #FCF7D3;
	padding: 10px;
}

.menu {
	background-image: url("img/203.gif");
}

.menu TD {
	font-size: 13px;
	color: #09226C;
	padding: 3px 12px 3px 1px;
	cursor: pointer;
}

.menu TD {
	behavior:url('over.htc');
}

.menu TD:HOVER, #menu_on {
	background-image: url("img/203_1.gif");
}

.menu A:HOVER {
	text-decoration: none;
}

.menu SPAN {
	margin: 0 3px 0 3px;
}

.menu .l_2 {
	padding-left: 15px;
}

#menu_sub {
	padding-left: 15px;
	cursor: default;
}

#menu_sub:HOVER {
	background-image: none;
}

.copy {
	color: #C2D2EB; 
	background-color: #3C81E8;
}

.sevenstyles, .sevenstyles A {
	color: #C2D2EB; 
	text-decoration: none;
	padding-left: 0;
	padding-right: 5px;
}

.catalog TD, .catalog TH {
	border: 1px solid #ECB323;
	background-color: #FDFCEF;
	padding: 0 4px 0 4px;
}

.catalog TD {
	vertical-align: top;
}

.catalog #center {
	vertical-align: middle;
}

#table_border {
	border-color: #ECB323;
}

.menu_img {
	height: 100%;
	overflow: visible;
	background-image: url("img/204.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}

.bld {
	font-weight: bold;
}

#center {
	text-align: center;
}

#w100 {
	width: 100%;
}

#submit {
	background-color: #cfcfcf;
}
