/**
 * Style sheet basic
 */
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, captio
{
	margin:0;
	padding:0;
	vertical-align:baseline;
	border:0;
	font-size:100%;
	outline:0;
	background:transparent;
}

#main .inside p {
margin:10px 0;
}

body
{
	font-family:Arial,Tahoma,Helvetica,sans-serif;
	font-size:12px;
	color:#434343;
	line-height:16px;
}

input, textarea, select
{
	margin:0;
	padding:0;
	font-family:Arial, Tahoma;
	font-size:11px;
	color:#333333;
}

pre, code
{
	font-family:Arial, Tahoma;
	font-size:11px;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Arial,Tahoma,Helvetica,sans-serif;
	font-weight:normal;
}

h1
{
	padding-bottom:25px;
	font-weight:bold;
	font-size:16px;
	color:#434343;
}

h2
{
	margin-bottom:0.4em;
	font-weight:bold;
	font-size:14px;
	color:#434343;
}

#right h1, #right h2
{
	font-weight:bold;
	font-size:14px;
	color:#AD0039;
	text-transform:uppercase;
}

h3
{
	margin-bottom:0.65em;
	font-size:1.0em;
}

a
{
	text-decoration:none;
	color:#ad0039;
}

a:hover
{
	text-decoration:none;
	color:#434343;
}

a:link img
{
	border:1px solid #ffffff;
}

a:hover img
{
	border:1px solid #ad0039;
}

ol, ul
{
}

blockquote, q
{
	quotes:none;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

caption, th, td
{
	text-align:left;
}

ins
{
	text-decoration:none;
}

del
{
	text-decoration:line-through;
}

*:focus
{
	outline:0;
}

/* Fix background image bug in IE5 */
* html ul, * html ol
{
	position:relative;
}

/* Fix ordered list in IE6 */
* html ol
{
	margin-left:2em;
}

/* Fix ordered list in IE7 */
*:first-child+html ol
{
	margin-left:2em;
}

/* Fix legend margin in IE6 */
* html legend
{
	margin-bottom:1.4em;
}

/* Fix legend margin in IE7 */
*:first-child+html legend
{
	margin-bottom:1.4em;
}

