/**
 * Style sheet caBasic
 */
#footer
{
	height:25px;
	margin:0px auto;
	padding:10px 0px 5px 175px;
}


/**
 * Basic tags
 */
img
{
	border:0px;
}

p,
pre,
form
{
	margin:0px 20px 0px 0px;
	padding:0px;
}

h1
{
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:21px;
	color:#990066;
}

h2
{
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:16px;
	color:#996699;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}


/**
 * Body
 */
body
{
	margin:0px;
	padding:0px;
	background-color:#CC6600;
	background-image:url("../tl_files/images/orangestripeback1b.jpg");
	background-position:left top;
	background-repeat:repeat-x;
}


/**
 * Font family
 */
a,
b,
body,
cite,
div,
em,
i,
label,
li,
ol,
p,
strong,
td,
th,
u,
ul
{
	font-family:Verdana, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family:arial, helvetica, sans-serif;
	font-weight:bold;
}

fieldset,
form,
input,
optgroup,
select,
textarea
{
	font-family:Verdana, sans-serif;
}


/**
 * Font size
 */
a,
body,
div,
fieldset,
form,
input,
label,
li,
ol,
optgroup,
p,
select,
td,
th,
textarea,
ul
{
	background-color:#ffffff;
	font-size:13px;
	color:#000000;
	line-height:15px;
}

h1,
h2,
h3,
h4,
h5,
h6
{
}


/**
 * Links
 */
a
{
	text-decoration:none;
	color:#990066;
}

a:hover
{
	text-decoration:underline;
	color:#996699;
}
