body {
	background-color: #DCDCDC;
	scrollbar-face-color: #202020;
	scrollbar-highlight-color: #555555;
	scrollbar-shadow-color: #535353;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color:  #7F0340;
	scrollbar-track-color: #282828;
	scrollbar-darkshadow-color: #000000;
}

/* MENU - IPSA */
.menu { font-size : 11px; font-family: arial; color : #1E3B75; font-weight: 700;}
a.menu { font-family: arial; color: #1E3B75; text-decoration: none;  font-weight: 700;}
a.menu.visited { font-family: arial; color: #1E3B75; text-decoration: none;  font-weight: 700;}
a.menu:hover { font-size : 11px; font-family: arial; color: #9D1819; text-decoration: none; }


/* TEXT - IPSA */
.text { font-size : 11px; font-family: arial; color : #5D5D5D; line-height: 14pt; font-weight: 550; }
a.text { font-family: arial; color: #5D5D5D; text-decoration: none; }
a.text:hover { font-family: arial; color: #9D1819; text-decoration: none; }


/* TEXT BLUE - IPSA */
.textBLUE { font-size : 11px; font-family: arial; color : #1C3C6F; line-height: 14pt; font-weight: 550; }
a.textBLUE { font-family: arial; color: #1C3C6F; text-decoration: none; }
a.textBLUE:hover { font-family: arial; color: #9D1819; text-decoration: none; }

/* TEXT RED - IPSA */
.textRED { font-size : 11px; font-family: arial; color : #9D1819; line-height: 14pt; font-weight: 550; }
a.textRED { font-family: arial; color: #9D1819; text-decoration: none; }
a.textRED:hover { font-family: arial; color: #5D5D5D; text-decoration: none; }


/* CAPTION - IPSA */
.caption { font-size : 11px; font-family: arial; color : #1C3C6F; font-weight: 500; line-height: 10pt; }
a.caption { font-family: arial; color: #1C3C6F; text-decoration: none; font-weight: 900; }
a.caption:hover { font-family: arial; color: #9D1819; text-decoration: underline; font-weight: 900; }

/* TINY CAPTION - IPSA */
.tinycaption { font-size : 10px; font-family: arial; color : #1C3C6F; font-weight: 900; }
a.tinycaption { font-family: arial; color: #1C3C6F; text-decoration: none; font-weight: 900; }
a.tinycaption:hover { font-family: arial; color: #9D1819; text-decoration: none; font-weight: 900; }

/* COPYRIGHT - IPSA */
.copyright { font-size : 10px; font-family: arial; color : #5D5D5D; font-weight: 550; }
a.copyright { font-family: arial; color: #5D5D5D; text-decoration: none; }
a.copyright:hover { font-family: arial; color: #9D1819; text-decoration: none; }


/* HEADER1 - IPSA*/
.header1 { font-size : 11px; font-family: arial; color : #1C3C6F; font-weight: 900; letter-spacing: .1em; }
a.header1 { font-family: arial; color: #1C3C6F; text-decoration: underline; }
a.header1:hover { font-family: arial; color: #1C3C6F; text-decoration: underline; }


/* HEADER2 - IPSA*/
.header2 { font-size : 11px; font-family: arial; color : #5D5D5D; font-weight: 900; letter-spacing: .1em; }
a.header2 { font-family: arial; color: #5D5D5D; text-decoration: underline; }
a.header2:hover { font-family: arial; color: #5D5D5D; text-decoration: underline; }




/* Form elements */
input,textarea, select {
	color : #1C3C6F;
	font: normal 11px arial, Arial, Helvetica, sans-serif;
	background-color: #D1D1D1;  
	border-color : #9E9E9E;
	border-width: 1px;
}

input.submit {
	color : #1C3C6F;
	font: normal 11px arial, Arial, Helvetica, sans-serif;
	background-color: #D1D1D1;  
	border-color : #9E9E9E;
	border-width: 1px;
}


hr	{ height: 0px; border: solid #1E3B75; border-top-width: 0px; border-bottom-width: 1px;}
























