@charset "utf-8";
/* A Light in the Rain ltd. CSS Document */

.whitetext {
	font-family:  Arial, Sylfaen, Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}

.whitelinkbartext {
	font-family:  Arial, Sylfaen, Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

.greylinkbartext {
	font-family:  Arial, Sylfaen, Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #969696;
	text-align: center;
}


.whitetextcenter {
	font-family:  Arial, Sylfaen, Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}

.whitetextdesignerleft { /* used in designer page for all the picture cells */
	font-family:  Arial, Sylfaen, Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}

.whitetextcentermedium {  /* used in about page */
	font-family:  Arial, Sylfaen, Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
}

.whitetextcenterlarge {  /* used in about page */
	font-family:  Arial, Sylfaen, Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
}

.whitetextcontactsmall {  /* used in contact page */
	font-family:  Arial, Sylfaen, Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}

.whitetextcontactmedium {  /* used in contact page */
	font-family:  Arial, Sylfaen, Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
}

.whitetextcontactlarge {  /* used in contact page */
	font-family:  Arial, Sylfaen, Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	text-align: left;
}


.centeredwhitetext {
	font-family:  Arial, Sylfaen, Cambria, Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #FFF;
	font-size: 28px;
}



h1 {
	font-family:  Arial, Sylfaen, Cambria, Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #FFF;
	font-weight: normal; 
	font-size: 28px;
	margin-top:0px;
    margin-bottom:0px;
 	margin-left:4px;
    margin-right:0px;
	
}

.designercell {
    padding: 50px;
    text-align: center;
}

a.whitelink:link {color:#FFFFFF}    /* unvisited link */
a.whitelink:visited {color:#FFFFFF} /* visited link */
a.whitelink:hover {color:#969696}   /* mouse over link */
a.whitelink:active {color:#969696}  /* selected link */

a.whitelinkbar:link {color:#FFFFFF; text-decoration: none}    /* unvisited link */
a.whitelinkbar:visited {color:#FFFFFF; text-decoration: none} /* visited link */
a.whitelinkbar:hover {color:#969696; text-decoration: none}  /* mouse over link */
a.whitelinkbar:active {color:#969696; text-decoration: none}  /* selected link */

a.greylinkbar:link {color:#969696; text-decoration: none}    /* unvisited link */
a.greylinkbar:visited {color:#969696; text-decoration: none} /* visited link */
a.greylinkbar:hover {color:#969696; text-decoration: none}  /* mouse over link */
a.greylinkbar:active {color:#969696; text-decoration: none}  /* selected link */



