BODY {
background-color:#FFFFFF; 	/* page background */
color:#000000; 				/* page text color*/
font-family:"Times New Roman", Times, serif;
font-size:small;
margin:0;
cursor: crosshair 
}
A, A:visited, A:active 
{
COLOR: #003399;
text-decoration: none
}
A:hover
{
COLOR: #003399;
text-decoration: underline
}
#showit {
width:400px;		/* swf width */
height:300px;		/* swf height */
position:relative;
margin:0 auto
}
#showit h1 {
font-family:"Times New Roman", Times, serif;
font-size:28px;
font-weight:bold;
font-style:italic;
margin:5px 0 0 0;
text-align:center;
color:#000000			/* title color */
}
#showit h2 {
font-family:"Times New Roman", Times, serif;
font-size:18px;
font-weight:normal;
font-style:italic;
margin:5px;
text-align:center;
color:#000000			/* subtitle color */
}
.showit_error {
margin:20px;
border:2px solid #999999;
padding:20px;
color:#999999;
background-color:#CCCCCC;
font-size:12px;
text-align:center
}
.showit_error a:link, .showit_error a:visited {
color:#FFFFFF;
text-decoration:underline
}
.showit_error a:hover, .showit_error a:active {
color:#FFFFFF;
text-decoration:none;
background-color:#003399
}
A.footerLink, A.footerLink:visited, A.footerLink:active {
COLOR: #FFFFFF;
FONT-SIZE: xx-small;
text-decoration: none
}
A.footerLink:hover
{
COLOR: #CCCCCC;
FONT-SIZE: xx-small;
text-decoration: underline
}
A.bottom, A.bottom:visited, A.bottom:active {
COLOR: #bab8b8;
FONT-SIZE: xx-small;
text-decoration: none
}
A.bottom:hover
{
COLOR: #999999;
FONT-SIZE: xx-small;
text-decoration: underline
}
