﻿/************************************************************************************************************
    TEMPLATE: CONTENT
*************************************************************************************************************/ 
/* common stuff */
.Template-Content
	{
	}
				
/************************************************************************************************************
    TEMPLATE: ROOT 001
*************************************************************************************************************/ 	

.Template-Content-Root001
	{
	}
	
	.Template-Content-Root001 #Body
		{
			margin-top:20px;
			font-weight:bold;
			font-style:italic;
			line-height:20px;
		}
	
		.Template-Content-Root001 .Pink
			{
				color:#d60d8c;
			}
		.Template-Content-Root001 .Blue
			{
				color:#1ab7ea;
			}
		.Template-Content-Root001 .Green
			{
				color:#50b948;
			}

/************************************************************************************************************
    TEMPLATE: Frontpage001
*************************************************************************************************************/ 	

.Template-Content-Frontpage001
	{
	}
	
	.Template-Content-Frontpage001 .Column-Center
		{
			float:left;
			width:350px;
		}
		
	.Template-Content-Frontpage001 .Column-Right
		{
			float:right;
			width:300px;
		}
	
/************************************************************************************************************
    TEMPLATE: WebFolder001
*************************************************************************************************************/ 	

.Template-Content-WebFolder001
	{
	}
	
	#Header.Pink a
		{
			color:#d60d8c;
		}

	#Header.Blue a
		{
			color:#1ab7ea;
		}

	#Header.Green a
		{
			color:#50b948;
		}
		
	.Template-Content-WebFolder001 #MainContent
		{
			float:left;
			width:300px;
			color:#999;
			line-height:18px;
		}
		
	.Template-Content-WebFolder001 #Related
		{
			float:right;
		}
		
	.Template-Content-WebFolder001 #Related ul li
		{
			margin-bottom:10px;
		}	

/************************************************************************************************************
    TEMPLATE: WebFolder002
*************************************************************************************************************/ 	

.Template-Content-WebFolder002 .Body
	{
		color:#999;
		line-height:18px;
	}
/************************************************************************************************************
    TEMPLATE: Article001
*************************************************************************************************************/ 	

.Template-Content-Article001
	{
	}
