﻿/* CSS layout - welcome */

#boxWelcome {
    margin: 0;
    border: 0;
    padding: 0;
   	color: #000000; 
    background-color: #FFFFFF;
    background-image: url("../../images/welcome/welcome.gif");
    background-repeat: no-repeat;
    background-position: left bottom;
   	font-size: 12px;
	line-height: 1.5; 
}

#boxWelcomeTL {
    background-image: url("../../frames/content/tl.png");
    background-repeat: no-repeat;
    background-position: left top;
}

#boxWelcomeTR {
    background-image: url("../../frames/content/tr.png");
    background-repeat: no-repeat;
    background-position: right top;
}

#boxWelcomeBL {
}

#boxWelcomeBR {
}

#boxWelcomeInner {
	width:560px;
	min-height: 463px;
	padding: 5px 24px 24px 24px;
}

#boxWelcomeHR {
	padding-bottom:8px;
}

#boxWelcome h1 {
  	font-size: 12px;
  	font-weight: bold;
	line-height: 1.5; 
	color: #000000;
}

#boxWelcome h6 {
  	font-size: 18px;
	line-height: 1.5; 
	color: #000000;
}

#boxWelcome hr {
	height: 1px;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-color: #000000;
	color: #000000;
}

#boxWelcome a:link {
	color: #249A86; 
	text-decoration: none;
}

#boxWelcome a:visited {
	color: #249A86; 
	text-decoration: none;
}

#boxWelcome a:active {
	color: #249A86;
	text-decoration: none;
}

#boxWelcome a:hover {
	color: #249A86;
	text-decoration: underline;
}
