/***********************************************/
/* style_sheet.css                             */
/* Use with template style_sheet.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif, "Trebuchet MS", Verdana;
	color: #000000;
   line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	background-image: url(images/2011/repeat_bg.png);
	background-repeat: repeat;
}
.bodybg {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #9E8A81; /* lt gray*/
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #9E8A81; /* lt gray*/
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #9E8A81; /* lt gray*/
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #9E8A81; /* lt gray*/
}
.side2{
	background: url(/images/new/side-bkgd.gif) no-repeat fixed top;
	font-size: 9px;
	width: 206px;
	border: thin dashed Fuchsia;
}
a{
	font-weight: bold;
}
a:link {
	color: #660000;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
}
a:visited {
	color: #988344;
	text-decoration: none;
	background-color: transparent
}
a:hover {
text-decoration: underline;
background-color: transparent
}


/*  CSS for SAMPLE 1  */
.sample1, .sample2{
	font-size: 10px;
	padding: 2px 2px 2px 2px;
}
a:link.sample1 {
	color: #3D1604;
	text-decoration: none;
	background-color: transparent
}
a:visited.sample1 {
color: #ffffff;
text-decoration: none;
background-color: transparent
}
a:hover.sample1 {
color: #ffffff;
text-decoration: underline;
background-color: transparent
}
a:active.sample1 {
color: #ffffff;
text-decoration: none;
background-color: transparent
}

/*  CSS for SAMPLE 2 */
a:link.sample2 {
color: #ffffff;
text-decoration: none;
background-color: transparent
}
a:visited.sample2 {
	color: #660000;
	text-decoration: none;
	background-color: transparent
}
a:hover.sample2 {
	color: #660000;
	text-decoration: underline;
	background-color: transparent
}
a:active.sample2 {
	color: #660000;
	text-decoration: none;
	background-color: transparent
}

a:link.sample3 {
	color: #660000;
	text-decoration: none;
	background-color: transparent
}
a:visited.sample3 {
	color: #988344;
	text-decoration: none;
	background-color: transparent
}
a:hover.sample3 {
	color: #660000;
	text-decoration: underline;
	background-color: transparent
}
a:active.sample3 {
	color: #660000;
	text-decoration: none;
	background-color: transparent
}


h1{
	font-weight: bold;
	color: #330000;
	;
	font-size: 20px;
	margin: 1px 0 1px 0
}

h2{
	font-size: 14px;
	color: #988344;
	font-weight: bold;
	margin: 1px 0 1px 0
}

h3{
	font-size: 16px;
	color: #988344;
	;
	font-weight: bold;
	margin: 1px 0 1px 0
}

h4{
	font-size: 11px;
	color: #666633;
	;
	font-weight: bold;
	margin: 1px 0 1px 0
}

h5{
	font-size: 10px;
	color: #666633;
	;
	font-weight: bold;
	margin: 1px 0 1px 0
}

.sidetext{
	font-size: 10px;
	line-height: 15px;
	margin: 5px 0 5px 0
}
.sidetext a{
	color: #3D1604;
}
.z {
	color: #660000;
	text-decoration: none;
	font-weight: normal;
}
p, li {
	font-size: 11px;
	margin: 10px 0 10px 0
}
.int_table{
	/*	background:url(/images/2009/background.jpg) fixed no-repeat center;*/
	background-image: url(images/2011/trans_bg.png);
	background-repeat: repeat;
}
div.sample2{
float:right;
width:100%;
text-align:right;
}
