@charset "UTF-8";
/* CSS Document */

.leftCSS {
	background-image: url(images/left_css.png);
	background-repeat: repeat-y;
	background-position: left;
}

.rightCSS {
background-image:url(images/right_css.png);
background-repeat:repeat-y;
background-position:right;
}

.11ptText{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-color:#333333;
}

.13ptText{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-color:#333333;
}

.background{
background:url(images/bg.gif);
background-position:right;
background-repeat:repeat-y;
background-attachment:scroll;

}