/* background image */

.bg {background: url(../images/portal.jpg) no-repeat;}
body{ background-image: url(../../images/bg_portal_repeat.jpg); background-repeat: repeat-x;} 
.blue{ background-color: #000847;}


/* body styles */
.h1 { font-family: tahoma; color: #880000; font-size: 30px;}
.h2 { font-family: tahoma; color: #880000; font-size: 20px;}
.blueh2 { font-family: tahoma; color: #000088; font-size: 20px;}
.body { font-family: tahoma; color: #000088; font-size: 15px;}
.redbody { font-family: tahoma; color: #880000; font-size: 15px;}
.graybody { font-family: tahoma; color: gray; font-size: 15px;}
.bold { font-family: tahoma; color: #000088; font-size: 15px; font-weight:bold;}
.small { font-family: tahoma; color: #000088; font-size: 10px; font-weight:bold;}
.gray { font-family: tahoma; color: gray; font-size: 10px; font-weight:bold;}
