/* CSS Document */

body {
	margin: 20px 0px 0px;
	background-color: #0092d1;

}

img {
	border:0;	
}

link {
margin: 0;
padding: 0;
}

.hand {
	cursor: pointer;
	cursor:hand;
}
form {
margin: 0;
padding: 0;
}

HTML{
scrollbar-face-color:#0092d1;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#0092d1;
scrollbar-shadow-color:'';
scrollbar-highlight-color:#0092d1;
scrollbar-3dlight-color:#0092d1;
scrollbar-darkshadow-Color:#017bb0;
}

/*************************** Begin Links **********************/

a.linkGeneral {text-decoration: none; color: #2D3940}
a:hover.linkGeneral { text-decoration: underline; color: #0092d1}

a.linkPink { text-decoration: none; color: #ec008c}
a:hover.linkPink { text-decoration: underline; color: #ec008c}

/*************************** End Links **********************/

/* Main Styles */

.Text, .PinkText{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}
.PinkText {
color: #ec008c;
}
.tbg {
	background-image: url(images/t_bg.jpg);
	background-repeat: repeat-x;
}
.lbg {
	background-image: url(images/l_bg.jpg);
	background-repeat: repeat-y;
}
.rbg {
	background-image: url(images/r_bg.jpg);
	background-repeat: repeat-y;
}
.bbg {
	background-image: url(images/b_bg.jpg);
	background-repeat: repeat-x;
}
