.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1a5486;
	text-decoration: none;
}


.text1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1a5486;
	text-decoration: none;
}

.text1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1a5486;
	text-decoration: underline;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b4f60;
	text-decoration: none;
}


.text2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b4f60;
	text-decoration: underline;
}

.text2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #868c90;
	text-decoration: underline;
}

.text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #868c90;
	text-decoration: none;
}


.text3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #868c90;
	text-decoration: underline;
}

.text3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #868c90;
	text-decoration: none;

.text4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0a2138;
	text-decoration: none;
}


.text4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0a2138;
	text-decoration: none;
}

.text4 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0a2138;
	text-decoration: underline;
}

A:visited
{
	color: #666666;
}
A:hover
{
	/*
	color: #d9e1da;
*/
	color:Red;
}
A:active
{
	color: #666666;
}
A
{
	color: #666666;
	/*
	color: #35576d;
	*/
}
.special {
width:5px;
visibility:hidden;
}


table.cfmcal {
	empty-cells: show;
	border-collapse: collapse;
	border: 1px solid #000000;
	padding: 0px;
	width: 175px;
	margin-bottom: 5px;
}
table.cfmcal td {
	border: 0px solid #000000;
}
table.cfmCal tr.header td {
	text-align: center;
	font-weight: bold;
	background-color: e0e0e0;
	font-size: 14px;
	color: black;
	font-variant: small-caps;
}
table.cfmCal tr.header td A {
	text-decoration: none;
}
table.cfmCal tr.weekdays td {
	text-align: center;
	font-weight: bold;
	background-color: e0e0e0;
	color: black;
	height: 1.5em;
}
table.cfmCal tr td.day_blank {
	background-color: e0e0e0;
	height: 1.2em;
}
table.cfmCal tr td.day_highlighted {
	text-align: right;
	background-color: 999999;
	height: 1.2em;
}
table.cfmCal tr td.day_highlighted A {
	color: white;
}
table.cfmCal tr td.day {
	text-align: right;
	background-color: ffffff;
	height: 1.2em;
}
table.cfmCal tr td.day_selected {
	text-align: right;
	background-color: navy;
	height: 1.2em;
}
table.cfmcal tr td.day_selected a {
	color: white;
}
div.loginFormWrapper {
	text-align: center;
}
#loginForm {
	width: 400px;
	border: 1px dashed #666666;
	text-align: left;
	padding: 10px;
}
.loginHeader {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: left;
}

div.blogcfm_album_list {

}
div.blogcfm_album_list div.album_title {
	padding: 3px;
	border: 1px dotted #666666;
	font-size: 1.2em;
	font-weight: bold;
}
div.blogcfm_album_list div.thumb {
	float:left;
	padding: 5px;
}
div.blogcfm_album_list div.album_details {
	padding: 5px;
	margin-left: 165px;
	text-align: left;
}


