/***********************************************/
/* HTML tag styles                             */
/***********************************************/
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #006699;
	text-decoration: none;
}
#Links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
}
#Links a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
}



a:hover{
	text-decoration: underline;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
#outer
{
	z-index: 2;
	position: relative;
	width: 703px;
	border: 1px none #CCCCCC;
	background-color: #fff;
	margin: 0 auto;
}
/************** utility styles *****************/

#utility{
	color: #0000FF;
	font-family: Verdana, sans-serif;
	font-size: 100%;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}
.VideoTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FFFFFF;
}
.Highlight {
	text-decoration: blink;
	background-color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
h1 {
	font-size: 2em;
	font-weight: bold;
}
#otherservice_box {
	border: medium solid #09C;
	font-size: 12pt;
}
#otherservice_box h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#otherservice_box a:link, a:visited{
	color: #06F;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#otherservice_box a:hover{
	color: #09F;
	text-decoration: underline;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#other-link {
	border: thin outset #999;
	width: 450px;
	background-color: #EAEAEA;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	font-size: .8em;
	padding: 5px;
}
#other-link a:link, a:visited{
	font-size: 1em;

}
#other-link a:hover{
	

}
.service {
	font-size: .8em;
	font-weight: bold;
	color: #06F;
}
.service a:link, a:visited{
	font-weight: bold;
	color: #06F;
	text-decoration: none;
}

