.sea {border-right: solid #DDDDDD;border-left: solid #DDDDDD;border-right-width: 1px;border-left-width: 1px;}
.link {font-size:9pt;color:#003333;font-family:Verdana,Arial,Helvetica,Sans-Serif;font-weight:bold;}
.link:hover{text-decoration:none;}
.desc {font-size:8pt;color:#000000;font-family:Verdana,Arial,Helvetica,Sans-Serif;}
.text {font-size:9pt;color:#000000;font-family:Arial,Helvetica,Sans-Serif;}

/* rating */

  .rating {font-size:8pt;color:#666666;font-family:Arial,Helvetica,Sans-Serif;text-decoration:none;}
  .rating:hover{text-decoration:underline;}

h1
	{
	font-family:  arial, helvetica, sans serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 12pt;
	display: inline;
        color: #003333;
	}

h2
	{
	font-family:  arial, helvetica, sans serif;
	font-size: 14pt;
	font-weight: bold;
	line-height: 20pt;
	display: inline;
        color: #003333;
	}
h3
	{
	font-family:  arial, helvetica, sans serif;
	font-size: 10pt;
	font-weight: bold;
	display: inline;
        color: #003333;
	}

/*--  Attributes of the left-aligned snippets  --*/
#snippetleft {
float:left;
width:120px;
background:#eeeeee;
font-family:Arial;
font-size:12px;
font-weight:normal;
border:none;
text-align:left;
text-decoration:none;
padding-top:5px;
padding-left:9px;
padding-right:9px;
padding-bottom:5px;
margin-left:1px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
border-left: 1px #CCCCCC solid;
border-right: 1px #CCCCCC solid;
border-top: 1px #CCCCCC solid;
border-bottom: 1px #CCCCCC solid;
}
/*--  Attributes of the left-aligned snippets regular links   --*/
#snippetleft a {
font-family:Arial;
font-size:12px;
font-weight:normal;
text-decoration:underline;
}

/*--  Attributes of the left-aligned snippets when hovered over with the mouse  --*/
#snippetleft a:Hover {
font-family:Arial;
font-size:12px;
font-weight:normal;
cursor:pointer;
text-decoration:none;
}


/*--  Attributes of the right-aligned snippets  --*/
#snippetright {
float:right;
width:120px;
background:#eeeeee;
font-family:Arial;
font-size:12px;
font-weight:normal;
border:none;
text-align:left;
text-decoration:none;
padding-top:5px;
padding-left:9px;
padding-right:9px;
padding-bottom:5px;
margin-left:5px;
margin-right:1px;
margin-top:5px;
margin-bottom:5px;
border-left: 1px #CCCCCC solid;
border-right: 1px #CCCCCC solid;
border-top: 1px #CCCCCC solid;
border-bottom: 1px #CCCCCC solid;
}
/*--  Attributes of the right-aligned snippets  regular links   --*/
#snippetright a {
font-family:Arial;
font-size:12px;
font-weight:normal;
text-decoration:underline;
}

/*--  Attributes of the right-aligned snippets when hovered over with the mouse  --*/
#snippetright a:Hover {
font-family:Arial;
font-size:12px;
font-weight:normal;
cursor:pointer;
text-decoration:none;
}

/*--  Attributes of the article text  --*/
#text {
font-family:Arial;
font-size:13px;
font-weight:normal;
text-align:left;
text-decoration:none;
}


