body         { font-family: Calibri, Arial, san-serif; font-size: 12pt; color: #000000 }
span.link_bar { font-size: 18pt; text-decoration: none; font-weight: bold }
span.header  { font-size: 36pt; color: #000000; text-decoration: none; font-weight: bold }
h1           { font-size: 14pt; font-weight: bold }
h2           { font-size: 18pt }
h3		 	 { font-size: 18pt; color: #000099; font-weight: bold }
h4			 { font-size: 14pt; color: #000099; font-weight: bold }
a            { text-decoration: none }
a:link       { text-decoration: none; color: #FFFFFF }
a:visited    { text-decoration: none; color: #FFFFFF }
a:hover      { text-decoration: none; color: #FF0000 }
a.blue       { text-decoration: none }
a.blue:link  { text-decoration: none; color: #3333FF }
a.blue:visited  { text-decoration: none; color: #3333FF }
a.blue:hover    { text-decoration: none; color: #FF0000 }
img             {border-color: black;}
/* Text Box with Rounded Corners: */
.tb-rounded {
    border:0;
    background: transparent url(rounded.gif) no-repeat top left;
    height: 22px;
    width: 230px;
    padding-top:2px;	
}
/* Text Box with Gradient: */
.tb-gradient {
    border:0;
    background: transparent url(/2007/images/gradient.gif) no-repeat top left;
    height: 22px;
    width: 230px;
    padding-top:2px;
}
/* Text Box with Background Color: */
.tb-background {
    background-color : #99FFCC;
    border: 1px solid #008000;
}
/* Button with Hover: */
.button-hover {
    border: 1px solid #981234;
    background-color: #BFD5EE;
}
.button-hover:hover {
    border: 1px solid #BFD5EE;
    background-color: #981234;
    color: #FFFFFF;
}
/* Text Box with Side Image: */
.tb-bg-side {
    background-image: url(/2007/images/mag.gif);
    background-repeat:no-repeat;
    background-position: left 50%;
    border: 1px solid #6297BC;
    padding-left:23px
}
/* Button with Image: */
.button-image {
    background: #EBE3CD url(/2007/images/mag.gif) no-repeat left center;
    vertical-align:middle; 
    border: 1px solid #969184;
}
/*Text Box with Blue Border and Text with Grey background */
.tb-blue-border-text  {
	border: 1px solid #000066;
	background-color: #ccccff;
	color" #000066;
}