/*
 *	Text style for Victoria's Interiors
*/ /* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
	font: 13px/14px Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #777;
}


hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

.fs1 {
	font-size: 24px;
	line-height: 28px;
}
.fs2 {
	font-size: 22px;
	line-height: 26px;
}
.fs3 {
	font-size: 20px;
	line-height: 24px;
}
.fs4 {
	font-size: 18px;
	line-height: 22px;
}
.fs5 {
	font-size: 16px;
	line-height: 20px;
}
.fs6 {
	font-size: 15px;
	line-height: 20px;
}
.fs7 {
	font-size: 14px;
	line-height: 18px;
}
.fs8 {
	font-size: 13px;
	line-height: 18px;
}
.fs9 {
	font-size: 12px;
	line-height: 16px;
}
.fs10 {
	font-size: 11px;
	line-height: 14px;
}


h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: 100%;
}


/*
h1,h2,h3, .tit1, .tit2, .tit3 {
	font-weight: normal;
	line-height: 100%;
}

h4,h5,h6, .tit4, .tit5, .tit6 {
	margin-bottom: 10px;
	line-height: 100%;
}

.tit1 {
	font-size: 24px;
}

.tit2 {
	font-size: 22px;
}

.tit3 {
	font-size: 20px;
}

.tit4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.tit5 {
	font-size: 16px;
	margin-bottom: 10px;
}

.tit6 {
	font-size: 13px;
	margin-bottom: 5px;
}
.tit7 {
	font-size: 12px;
	margin-bottom: 5px;
}
.tit8 {
	font-size: 11px;
	margin-bottom: 5px;
}

*/
.small {
	font-size: 11px;
}

em {
	font-style: normal;
}

cite {
	clear: left;
	display: block;
	margin-top: 5px;
}

/* 
------------------------------------------------------------------ Basic
*/
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.ctr {
	text-align: center;
}

.uc {
	text-transform: uppercase;
}

/*
	Link styles
*/
a:link,a:visited,a:focus {
	color: #777;
	outline-style: none;
	text-decoration: underline;
}

a:hover,a:active {
	text-decoration: none;
}

/*
	Reverse underline
*/
a.rev:link,a.rev:visited,a.rev:focus,.rev a:link,.rev a:visited,.rev a:focus
	{
	text-decoration: none;
}
a.rev:hover,a.rev:active,.rev a:hover,.rev a:active {
	text-decoration: underline;
}

/*
	White color
*/
.White {
	color: #fff;
}
.White a:link, .White a:visited, .White a:focus {
	color: #fff;
}
.White a:hover, .White a:active {
	color: #fff;
}

/*
	Black color
*/
.Black {
	color: #000;
}
.Black a:link, .Black a:visited, .Black a:focus {
	color: #000;
}
.Black a:hover, .Black a:active {
	color: #000;
}


/*
	Red color
*/
.Red {
	color: #cd0332;
}
.Red a:link, .Red a:visited, .Red a:focus {
	color: #cd0332;
}
.Red a:hover, .Red a:active {
	color: #cd0332;
}


/*
	darkRed color
*/
.darkRed {
	color: #9f0d28;
}
.darkRed a:link, .darkRed a:visited, .darkRed a:focus {
	color: #9f0d28;
}
.darkRed a:hover, .darkRed a:active {
	color: #9f0d28;
}


/*
	Grey color
*/
.Grey {
	color: #99a0a7;
}

.Grey a:link,.Grey a:visited,.Grey a:focus {
	color: #99a0a7;
}

.Grey a:hover,.Grey a:active {
	color: #99a0a7;
}





/* 
------------------------------------------------------------------ Styled Forms
*/
input, textarea, button, select {
	font: 10px/ 16px Arial, 'Liberation Sans', FreeSans, sans-serif;
}

/* 
----------------------------------------------------------------- Footer
*/
#footer {
	font-size: 11px;
}
