body {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image : url(../images/body_bg.jpg);
	background-repeat : repeat-x;
}



.borderleft
{
	border-left-color : Red;
	border-left-style : solid;
	border-left-width : 1px;
}

.borderright
{
	border-right-color : Red;
	border-right-style : solid;
	border-right-width : 1px;
}
.bordertop_bottom
{
	border-top-color : Red;
	border-top-style : solid;
	border-top-width : 1px;
}

.borderleftright
{
	border-left-color : Red;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : Red;
	border-right-style : solid;
	border-right-width : 1px;
}

.buttonscontainertop {width: 100%;}

.buttonstop a {color: #ffffff;
background-color: #3399cc;
padding: 2px;
padding-left: 3px;
display: block;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: center;}

.buttonstop a:hover {background-color: #66ccff;
color: #ffffff;
text-decoration: underline;}

.buttonscontainerbottom {width: 100%;}

.buttonsbottom a {color: #FFFFFF;
background-color: #3399cc;
padding: 2px;
padding-left: 3px;
display: block;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: center;}

.buttonsbottom a:hover {background-color: #ff3333;
color: #FF0000;
text-decoration: none;}

.text
{
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	padding-left : 4px;
	padding-right : 4px;
}

.itext
{
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : italic;
	font-variant : normal;
	font-weight : normal;
	padding-left : 4px;
	padding-right : 4px;
}

.textbold
{
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : bolder;
	padding-left : 4px;
}

.textboldtwo
{
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : bolder;
}

.red
{
	color : Red;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : bolder;
	padding-left : 4px;
}

.footer
{
	color : #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
}

,bullet
{
	list-style-type : disc;
	list-style-position : outside;
	text-align : left;
}


