body {
	background-color : #FFFFFF;
	color:#000000;
	background-image:url(images/Clouds.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	margin: 0px;
}

td, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color: #000000;
	text-decoration: none;
	line-height: 130%;
}

a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color: #FF0000;
	text-decoration: underline;
} 
a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color: #FF0000;
	text-decoration: underline;
} 
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color: #FF6666;
	text-decoration: underline;
} 

ul, ol, li{
		font-weight: normal;
		font-size:small;
		font-family: Arial, Helvetica, sans-serif;
		list-style:  url(images/bullet.gif) outside;
		text-decoration: none;
		color:#000000;
}

h1 { 
	color: #FF0000;
	font-family:Comic Sans MS,Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 24pt;
	line-height: 130%;
	}
h2 { 
	color: #436BD6; 
	font-family:Comic Sans MS,Arial, Helvetica, sans-serif;
	font-weight : bold; 
	font-size: 15pt;
	line-height: 130%;		
	}
h3 { 
	color: #009900; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold; 
	font-size: 12pt;
	line-height: 130%;		
	}		

.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 130%;
}
a.white:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color: #FFFFFF;
	text-decoration: none;
} 
a.white:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color: #FFFFFF;
	text-decoration: none;
} 
a.white:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color: #FFCC00;
	text-decoration: none;
}

.ContentCell {
	padding: 10px;
	color:#000000;
	height:200px;
	vertical-align:top;
	background-image:url(images/transparent_80.png);
}

img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;	
}

img.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

/*Form Styles Start*/
FORM {
margin: 0px;	
}

.TextBox {
font-size:small;
background-color: #FFFFFF;
border: solid 1px #CC0000;
color: #225071;
}

.option {
font-size:small;
background-color: #FFFFFF;
color: #225071;
}

.select {
font-size:small;
background-color: #FFFFFF;
color: #225071;
border: solid 1px #CC0000;
}

.textarea {
font-family: Arial, Helvetica, sans-serif;
font-size:small;
background-color: #FFFFFF;
border: solid 1px #CC0000;
color: #225071;
}

.CheckBox {
font-size:small;
color: #93BFDA;
}

.Submit{
font-family: Arial, Helvetica, sans-serif;
background-color: #CC0000;
border: #CC0000 1px outset;
color: #FFFFFF;
font-size:small;
font-weight:bold;
}

/*Form Styles End*/

/*Menu styles*/

td.menu_left a:link{ 
text-decoration: none; 
display: block; 
width: 129px;
height:55px;
margin:0px 73px 0px 38px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:13pt;
font-weight:bold;
line-height:100%;
background-image:url(images/menu/left_bg2.jpg);
background-repeat:no-repeat;
background-position:bottom;
}

td.menu_left a:visited{ 
text-decoration: none; 
display: block;
width: 129px;
height:55px;
margin:0px 73px 0px 38px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:13pt;
font-weight:bold;
line-height:100%;
background-image:url(images/menu/left_bg2.jpg);
background-repeat:no-repeat;
background-position:bottom;
}

td.menu_right a:link { 
text-decoration: none; 
display: block; 
width: 129px;
height:55px;
margin:0px 48px 0px 63px;
text-align:center;
color:#0000FF;
font-family:Arial, Helvetica, sans-serif;
font-size:13pt;
font-weight:bold;
line-height:120%;
background-image:url(images/menu/right_bg2.jpg);
background-repeat:no-repeat;
background-position:bottom;
}

td.menu_right a:visited { 
text-decoration: none; 
display: block; 
width: 129px;
height:55px;
margin:0px 48px 0px 63px;
text-align:center;
color:#0000FF;
font-family:Arial, Helvetica, sans-serif;
font-size:13pt;
font-weight:bold;
line-height:120%;
background-image:url(images/menu/right_bg2.jpg);
background-repeat:no-repeat;
background-position:bottom;
}

/*End menu styles*/