@charset "utf-8";

.mainBG {

	background-color: #FFFFFF;

	background-image: url(images/BG_main.gif);

	background-repeat: repeat-x;

}

.contentBG {

	background-color: #FFFFFF;

	background-image: url(images/BG_content3.gif);

	background-repeat: repeat-y;

}

.content {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #333333;

}

a.vidlink:link {

	color: #6699CC;

	text-decoration: none;

	font-weight: bold;

}

a.vidlink:visited {

	color: #6699CC;

	text-decoration: none;

	font-weight: bold;

}

a.vidlink:hover {

	color: #6699CC;

	text-decoration: underline;

	font-weight: bold;

}

.subhead {

	font-size: 14px;

	color: #6699CC;

	font-weight: bold;

}

.footer {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #FFFFFF;

}

a.footerlink:link {

	color: #FFFFFF;

	text-decoration: none;

}

a.footerlink:visited {

	color: #FFFFFF;

	text-decoration: none;

}

a.footerlink:hover {

	color: #FFFFFF;

	text-decoration: underline;

}

.linklist{

	margin:0px;

	color:#6699CC;

}

.linklist li{

	margin-bottom:5px;

}




