a:link {
	color: #0066FF;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #0099FF;
}
a:active {
	color: #0066FF;
}

.input_item {
	width: 200px;
}


body {
	background-color: #625E53;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	margin-top:4px;
    margin-left:30px;
	position:relative;
	padding-left:0px;
	line-height:1.2em;
}


img { border:0; }

.main_div {
	width: 768px;
	margin: 0 auto;
	visibility: visible;
	z-index: 1;
}

#shaded_box {
	display: none;
	width: 50px;
	height: 1px;
}

.shaded_box_tl {
	width:10px;
	height:10px;
	background-image:url(../images/common/shaded_box_tl.gif);
	background-repeat:no-repeat;
	width:10px;
	float:left;
}

.shaded_box_tc {
	width:100%;
	height:10px;
	background-image:url(../images/common/shaded_box_tc.gif);
	background-repeat:repeat-x;
	margin-right:-20px;
	float:left;
}

.shaded_box_tr {
	width:10px;
	height:10px;
	background-image:url(../images/common/shaded_box_tr.gif);
	background-repeat:no-repeat;
	float:left;
}

.shaded_box_ml {
	width:10px;
	height:100%;
	background-image:url(../images/common/shaded_box_ml.gif);
	background-repeat:repeat-y;
	float:left;
	display: inline;	
	margin-top:0px;
	margin-bottom:-20px;
}

.shaded_box_mc {
	background-image:url(../images/common/spacer.gif);
	background-repeat:repeat;
	float:left;
	width:100%;
	height:100%;
	display: inline;
	margin-right:-20px;
	margin-bottom:-20px;
	margin-top:0px;
	margin-left:0px;
}

.shaded_box_mr {
	width:10px;
	height:100%;
	background-image:url(../images/common/shaded_box_mr.gif);
	background-repeat:repeat-y;
	float:left;
	margin-bottom:-20px;
}

.shaded_box_bl {
	width:10px;
	height:10px;
	background-image:url(../images/common/shaded_box_bl.gif);
	background-repeat:no-repeat;
	float:left;
	margin: 0 0 0 0;
	
}

.shaded_box_bc {
	width:100%;
	height:10px;
	background-image:url(../images/common/shaded_box_bc.gif);
	background-repeat:repeat-x;
	float:left;
	margin-right:-20px;
	
}

.shaded_box_br {
	width:10px;
	height:10px;
	background-image:url(../images/common/shaded_box_br.gif);
	background-repeat:no-repeat;
	margin-right:-20px;
	float:left;
}

.soccer_ball {
	position:relative;
	background-image:url(../images/common/ball.gif);
	margin-top:9px;
	padding-left:25px;
	padding-top:5px;
	padding-bottom:4px;
	background-repeat:no-repeat;
}


/*  css for placement of offer box inside divs */

.offer_boxes_img {
	position:relative;
	top: -6px;
	left: -4px;
}

/* text formats start here */
.tmo_pink {
	font-family:Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 70%;
	color: #C90070;
}


.tmo_pink_bold {
	font-family:Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	color: #C90070;
}

.tmo_pink_normal {
	font-family:Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 70%;
	color: #C90070;
}

.tmo_pink_padding {
	font-family:Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 70%;
	color: #C90070;
	padding-left:25px;
}


.tmo_pink_padding_30 {
	font-family:Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 70%;
	color: #C90070;
	padding-left:30px;
}



.tmo_pink_lite {
	font-family:Arial, sans-serif;
	font-style: normal;
	color: #C90070;
	font-weight:normal;
	font-style:italic;

}

.tmo_pink_lite_no_italic{
	font-family:Arial, sans-serif;
	font-style: normal;
	color: #C90070;
	font-weight:normal;
	font-style:normal;
}



.tmo_pink_offer_box {
	font-family:Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size:70%;
	color: #C90070;
	padding-top:2px;
	padding-left:2px;

}

.tmo_grey {
	font-family:Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 70%;
	color: #666666;
}



.tmo_light_grey {
	font-family:Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 70%;
	color: #666666;
}

.tmo_small_grey {
	font-family:Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	color: #666666;
}
.tmo_small_light_grey {
	font-family:Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #666666;
}

.tmo_black {
	font-family:Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
.bold {
	font-weight: bold;
}


.small_txt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.small_txt_bold {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
}

.input_field {
	width:17em;
}


#scroll {
position:absolute;
top:0;
bottom:-0.1px;
width:1em;
z-index:-1;
}


