<style>

/*****  BASIC STYLES *****/
body			{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	background:url(images/bg02_sharp_dark.jpg);
}

table			{ font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #fff; }

td				{ font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #fff; }
/*
p				{ font-family : verdana, arial, helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #fff; }*/

b				{ font-weight : bold; }

i				{ font-style : italic; }

/*****  LIST STYLES *****/
ul.bullet 		{ padding: 5px; margin: 5px; }

/*ul.solutions ul 

*padding: 0 0 0 10px; 
margin: 0 0 5px 0; 
background: url(../images/bullet.gif) 0px 4px no-repeat; 
margin-left: 0px; 
padding-left: 10px; list-style:none; }*/

/*****  LINK STYLES *****/
a, a:link		{ color: #EBCAE4; text-decoration: none; }
a:active 		{ color: #EBCAE4; text-decoration: none; }
a:visited 		{ color: #EBCAE4; text-decoration: none; }
a:hover 		{ color: #EBCAE4; text-decoration: dashed 1px #000; }

.small  		{ font-family: verdana, arial, helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #fff; }

.header  		{ font-family: arial, helvetica, sans-serif; font-size: 18px; font-style: normal; font-weight: normal; text-transform: uppercase; color: #BED9EC; }

.smallTour  		{ font-family: verdana, arial, helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #fff; }

.smallTour a		{ font-family: verdana, arial, helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; color: #ffffff; text-decoration:none;}

.whiteborder {
	border: 1px solid #FFFFFF;
	padding: 2px;
	width: 200px;
	right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-position: right;
	text-align: center;
}



