/* 
	SiverComputer.com 2006 CSS Document 
	Auskalo Interactive 
	www.auskalo.com :: info@auskalo.com
*/

body {
	/* page general elements */
	margin: 5px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	line-height: 14px;
} 

html {
	/* IE 5.5+ scrollbar styles */
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #FF6600;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #1B5292;
	text-decoration: underline;
}

/* style to float text around images */

.imageLeft {
	margin-right: 10px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.imageRight {
	margin-left: 10px;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

/* spacers */

.spacer5 {
	height: 5px;
}

.spacer10 {
	height: 10px;
}

/* Menu styles */
#menu {
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 20px;
}
.NewsTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #004A81;
	text-decoration: none;
}


#menu img{
	border: none;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style-type: none;
	font-family: verdana, arial, sanf-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
}

#menu li {
	margin: 0px;
	background-color: #565A65;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C2E1F3;
	height: 18px;
}

#menu a {
	display: block;
	width: 100%;
	background-color: #273341;
	text-decoration: none;
	border: 1px none #000000;
	background-image: url(../layout/menu_bkg.jpg);
	line-height: 15px;
}

#menu a:link {
	color: #FFFFFF;
}

#menu a:visited {
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #49607A;
	background-image: url(../layout/menu_bkg2.jpg);
}

/*  */
.textoNormalBlanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.NewsTitleWhite {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.boxTopLinesGray {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #565A65;
	border-right-color: #565A65;
	border-bottom-color: #565A65;
	border-left-color: #565A65;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
