body {
    background-color: white;
    font-size : 10px;
    font-family : Verdana;
}

a {
	text-decoration: none;
	color: #e26301;
}

a:hover {
    text-decoration: underline;
}

.link {
	text-decoration: none;
	color: #e26301;
	font-weight: bold;
	cursor: pointer;
}

.link:hover {
	text-decoration: underline;
}

td {
    font-size : 10px;
    font-family : Verdana;
}

input, textarea {
    font-size : 10px;
    font-family : Verdana;
	border: 1px solid #e26301;
	padding: 1px;
}

select {
	font-size : 10px;
    font-family : Verdana;
	border: 1px solid #e26301;
}

.header {
    font-weight : bold;
    font-size : 28px;
    color: #0148B2;
}

.subheader {
    font-weight : bolder;
    font-size : 14px;
}

.pixel {
    background-color : #e26301;
}

.news_top {
	color: #FFFFFF;
	background-image: url(../images/title_back.gif);
	height: 15px
}

.title {
	color: #FFFFFF;
	background-image: url(../images/title_back.gif);
	height: 15px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	white-space: no-wrap;
}

.title_r {
	color: #FFFFFF;
	background-image: url(../images/title_r_back.gif);
	background-position: right;
	height: 15px;
	font-weight: bold;
}

.title_r td {
	color: #FFFFFF;
	padding-left: 5px;
}

.title_b {
	background-image: url(../images/basket_title_back.gif);
	color: #ffffff;
	height: 15px;
}

.button {
	width: 250px;
	font-weight: bold;
	color: white;
	background-color: #e26301;
}

.img_border {
	border: 1px solid #e26301;
}
