﻿body
{
	background-image: url('images/snowflake.jpg');
	background-repeat: repeat;
	font-family:Verdana, Sans-Serif;
	margin-top:0px;
	font-size:11px;
	text-align: left;
}

.pinkStripes
{
	background-image: url( 'images/PinkWhiteStripes.gif' );
	background-repeat: repeat;
	margin-top: 0px;
}

.pinkbackground
{
	background-color: #fad5e5;
}

.lightPinkbg
{
	background-color: #fef4f8
}

.bullet 
{
	background-image: url(  'images/bullet1.gif' );
	background-repeat: no-repeat;
	background-position: left;
}

.menuLinks:hover
{
	text-decoration:none;
	color:White
}

a
{
	color: #333333;
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
	text-decoration: underline;
	color: #3c3336;
}

.dots_block
{
	border-color: #999999;
	border-bottom-style:dotted;
	border-width:thin;
	padding-top:4px;
	margin-bottom:8px;
	margin-top:10px;
}

.lineSeperator
{
	border-color: #ffffff;
	border-bottom-style: solid;
	border-width:4px;
	padding-bottom:0px;
	padding-top:10px;
	margin-bottom:0px;
}

h1
{
	background-color: #fad5e5;
	color:#3d3437;
	font-size: 18px;
	text-align:center;
	margin-bottom:8px;
	padding-top:2px;
	padding-bottom:2px;
}

h2
{
	background-color: #fad5e5;
	color:#3d3437;
	font-size: 13px;
	text-align:center;
	margin-bottom:8px;
	padding-top:2px;
	padding-bottom:2px;
}
h3
{
	background-color: #7d6972;
	font-size: 12px;
	color:#ffffff;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:8px;
}

.smallText
{
	 font-size:9px;
}

.divider 
{	
	MARGIN-BOTTOM: 8px;	
 	PADDING-BOTTOM: 8px;	
 	BORDER-BOTTOM: #ccc thin dotted;
 	width:240px;
 	text-align:justify;
 	padding-right:8px;
}

.divider-NoDash
{	
	MARGIN-BOTTOM: 8px;	
 	PADDING-BOTTOM: 8px;	
 	width:240px;
 	text-align:justify;
 	padding-right:8px;
}

.vertLine
{
	border-right:solid 1px #CCCCCC;
	padding-right:12px;
}

img
{
	border-style: none;
}

.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
}

.modalTable
{
	background-color:White;	
}