/* Start of CMSMS style sheet 'calon' */
body {
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* CSS Document */

.leftshadow{
background-image:url(images/left.jpg);
width:7px;
background-repeat:repeat-y;
}
.rightshadow{
background-image:url(images/right.jpg);
width:6px;
background-repeat:repeat-y;
}

.bottomshadow{
background-image:url(images/bottom.jpg);
height:6px;
background-repeat:repeat-x;
}

.menu{
background-image:url(images/menu.jpg);
background-repeat:repeat-x;
height:26px;
}

.footer{
background-image:url(images/footer.jpg);
background-repeat:repeat-x;
height:20px;
}

.title{
font-size:18px;
color:#C51414;
font-family:"Trebuchet MS";
padding:5px 5px 5px 10px;
}

.redtext{
font-size:12px;
color:#C51414;
font-family:"Trebuchet MS";
padding-left:5px;
padding-right:5px;
}

.redtext a{
text-decoration:none;
color:#C51414;
}

.redtext a:hover{
text-decoration:underline;
color:#C51414;
}

.greytext{
font-size:11px;
color:#333333;
font-family:"Trebuchet MS";
padding-left: 10px;
padding-right: 10px;
}

.greytext a{
text-decoration:none;
color:#333333;
}

.greytext a:hover{
text-decoration:underline;
color:#C51414;
}

.navtext{
font-size:13px;
color:#C51414;
font-family:"Trebuchet MS";
}

.navtext a{
text-decoration:none;
color:#C51414;
}

.maintext{
font-size:12px;
color:#333333;
font-family:"Trebuchet MS";
padding-left:15px;
padding-right:15px;
}

.maintext a{
text-decoration:none;
color:#C51414;
}

.maintext a:hover{
text-decoration:underline;
color:#C51414;
}

.greentext{
font-size:12px;
color:#009900;
font-family:"Trebuchet MS";
}
.right {
float: right;
}
/* End of 'calon' */

