@import url("_css_forms.css");
@import url("_css_nomenc.css");
@import url("_css_menu.css");

html {
	margin						: 0;
	padding						: 0;
	width						: 100%;
	height						: 100%;
}

body {
	width						: 100%;
	height						: 100%;
	margin						: 0;
	padding						: 0;
	
	scrollbar-3dlight-color		: #EFEFEF;
	scrollbar-arrow-color		: #333;
	scrollbar-base-color		: #EFEFEF;
	scrollbar-darkshadow-color	: #666;
	scrollbar-face-color		: #EFEFEF;
	scrollbar-highlight-color	: #999;
	scrollbar-shadow-color		: #999;

	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 11px;
	color						: #908C7C;
	text-decoration				: none;
	background					: #5B633E url('images/bg_novo_sanscrito.gif') 0 0;
}

a:visited 	{ text-decoration: none; color: #949B76; }
a:link 		{ text-decoration: none; color: #949B76; }
a:hover 	{ text-decoration: none; color: #4E5337; }

td, p, div { 
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 11px;
	text-align					: bold;
	color						: #656257;
} 


p {
	margin-top					: 5px;
}

th {
	padding						: 5px 2px;
	font-family					: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size					: 8pt;
	background-color			: #F7F7F7;
	font-weight					: bold;
	font-style					: normal;
} 

hr {
	height						: 0px;
	clear						: both;
	margin						: 0;
	border						: 0;
	visibility					: hidden;
}

h1, h2, h3 {
	padding						: 0;
	margin						: 5px 0;
	color						: #66703C;
	font-weight					: bolder;
	text-align					: left;
}
h1	{ font-size					: 130%; }
h2	{ font-size					: 120%; color	: #C5C6B2;	}
h3	{ font-size					: 110%; }

.HOME h1	{ font-size			: 150%; }
.HOME h2	{ font-size			: 110%; }


blockquote {
	margin						: 5px;
	padding						: 10px;
	background					: #F0F2F3;
	line-height					: 130%;
}
	blockquote h1, blockquote h2 {
		margin					: 0;
		padding					: 0;
	}

ul, ol {
	margin-left					: 10px;
}




/*########################################################################################################################################################
		TAG CLOUD
########################################################################################################################################################*/

#TAGS {
	padding						: 10px;
}

.TAG_0, .TAG_1				{	padding: 1px 4px; }
.TAG_2 						{	padding: 1px 4px; }
.TAG_3 						{	padding: 1px 4px; }
.TAG_4 						{	padding: 1px 4px; }
.TAG_5, .TAG_6 , .TAG_10	{	padding: 1px 4px; }

.TAG_0:link, .TAG_0:visited			{	font-size: 85%; line-height: 160%; } 
.TAG_1:link, .TAG_1:visited			{	font-size: 95%; line-height: 145%; } 
.TAG_2:link, .TAG_2:visited			{	font-size: 105%; line-height: 130%; }
.TAG_3:link, .TAG_3:visited			{	font-size: 115%; line-height: 115%; font-weight: bold; }
.TAG_4:link, .TAG_4:visited			{	font-size: 130%; line-height: 105%; font-weight: bold; }
.TAG_5:link, .TAG_5:visited			{	font-size: 145%; line-height: 95%; font-weight: bold; }
.TAG_6:link, .TAG_6:visited			{	font-size: 160%; line-height: 85%; font-weight: bold; }
.TAG_10:link, .TAG_10:visited		{	font-size: 160%; line-height: 85%; font-weight: bold; }
