/* styles.css for sdcal.com
 * MODIFICATIONS:
 * 100224 Sheffel Change .Text anchor style
 * 091025 Sheffel Change .boldText anchor style
 */
body {

	background-image: url('images/bgOustide.jpg');
	background-repeat: repeat-x;
	background-color: #E5E1DA;
	scrollbar-track-color: #E5E1DA;
	scrollbar-arrow-color: #666666;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-face-color: #E5E1DA;
}

.Menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #663333;
}

.Menu a:link, .Menu a:visited, .Menu a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663333;
	text-decoration: none;
}

.Menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC6633;
	text-decoration: none;
}
.Footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: black;
}

.Footer a:link, .Footer a:visited, .Footer a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}

.Footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #663333;
	text-decoration: underline;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.text a:link, .text a:visited, .text a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0004EE;
	text-decoration: none;
}
.text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #663333;
	text-decoration: underline;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
}
.boldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #663333;
}
.boldText a:link, .boldText a:visited, .boldText a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc3333;
	text-decoration: none;
}
.boldText a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc3333;
	text-decoration: underline;
}
.smText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663333;
}
.smText a:link, .smText a:visited, .smText a:active{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663333;
	text-decoration: none;
}
.smText a:hover{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663333;
	text-decoration: underline;
}

.teeny{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663333;
}

