/* Presentation Stylesheet */ 

/* Begin Typography & Colors */
a ,a:link{
	color: #AD582A;
}

a img {
	border: none;
}

a:hover {
	color: #CF835A;
	text-decoration: underline;
}

a.news_title 
{ 
	FONT-SIZE: 12px;LINE-HEIGHT: 18px;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h2 {
	font-size: 1.5em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	/*color:#593107;*/
	}

h2, h2 a, h2 a:visited {
	color:#CF835B;
	text-decoration: none;
	}

h3, h3 a ,h3 a:hover, h3 a:visited {
	/*background-color:#CF835C;*/
	color:#CF835C;
	text-decoration: none;
	}

hr
{
	line-height: 2.5em;
}

em
{
	font-style: normal;
	font-weight: bold;
	color: red;
}
/* End Typography & Colors */
/* ================================================================== */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	float: right;
	padding: 0px;
	margin: 2px 8px;
	display: inline;
	clear:right;
	}

img.alignleft {
	float: left;
	padding: 0px;
	margin: 2px 8px;
	display: inline;
	clear:left;
	}

.alignright {
	float: right;
	margin:5px;
	clear:right;
	}

.alignleft {
	float: left;
	margin:5px;
	clear:left;
	}
/* End Images */
/* ================================================================== */
/* Begin Form */
form 
{
	color:#555555;
	text-align:center;
}
fieldset table
{
	margin:20px;
	text-align:center;
}
legend
{
	font-size:20px;
	color:#5e8eab;
}
td,th
{
	text-align:left;
	vertical-align:top;
}
td.info
{
	padding-right:15px;
	padding-left:15px;
	background-image:url(/tw/02product/images/arrow.gif);
	background-repeat:no-repeat;
}
form td span
{
	color:#990000;
	font-size:0.7em;
}
/* End Form */