/*
  Self Storage CSS
*/

 /* General page style. */
body {
	background-color: #FFFFFF;
}

/* General font families for common tags */
ul, ol, li, font, th, td, p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
a:link, a:active, a:visited { color : #336633; }
a:hover		{ text-decoration: underline; color : #336633; }
hr	{ height: 0px; border: solid #336633 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #336633 solid; }

/* Headers */
H3 { font-weight: bold; font-size: 14px; color : #333333}
H2 { font-weight: bold; font-size: 13px; color : #333333}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen, .genmed, .gensmall { color : #333333; }
a.gen, a.genmed, a.gensmall { color: #333333; text-decoration: none; }
a.gen:hover, a.genmed:hover, a.gensmall:hover	{ color: #333333; text-decoration: underline; }
.genstart { font-size : 13px; font-weight: bold; }
li.gen { text-indent: 5px; }

/* PageHeader */
.pageheader			{ font-weight: normal; font-size: 12px ; letter-spacing: 1px; color : #336633}

/* Price */
.price			{ font-weight: normal; font-size: 12px ; letter-spacing: 1px; color : #336633}

/* The headers */
.header			{ font-weight: bold; font-size: 14px ; letter-spacing: 1px; color : #333333}

/* Column header */
.colheader			{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFFFFF}
a.colheader:link	{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFFFFF}
a.colheader:hover	{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFFFFF}
a.colheader:visited	{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFFFFF}

/* Select */
.select			{ font-weight: normal; font-size: 10px ; letter-spacing: 1px; color : #8C6D21}

/* Bottom links */
.blink			{ font-weight: normal; font-size: 10px; color : #000000}
a.blink:link	{ font-weight: normal; font-size: 10px; color : #000000}
a.blink:hover	{ font-weight: normal; font-size: 10px; color : #000000}
a.blink:visited	{ font-weight: normal; font-size: 10px; color : #000000}

/* Copyright */
.copyright			{ font-weight: normal; font-size: 10px; color : #FFFFFF}
a.copyright:link	{ font-weight: normal; font-size: 10px; color : #FFFFFF}
a.copyright:visited	{ font-weight: normal; font-size: 10px; color : #333333}
a.copyright:hover	{ font-weight: normal; font-size: 10px; color : #333333}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

.specialFont {
 font-family:Arial, Helvetica, sans-serif;
 font-size:14px;
 font-weight: bold;
 color: #FFFFFF;
 padding-left: 20px;
 padding-right: 20px;
}

